Skip to content

Commit 4d5dddd

Browse files
authored
Bump http-parser to 2.9.4 and llhttp to 6.0.6 (#77)
Fixes: #76 Closes: #67
1 parent 43eebf9 commit 4d5dddd

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

tests/test_parser.py

+3
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@ def test_parser_response_1(self):
101101
self.assertFalse(m.on_chunk_header.called)
102102
self.assertFalse(m.on_chunk_complete.called)
103103

104+
def test_parser_response_1b(self):
105+
p = httptools.HttpResponseParser(None)
106+
104107
with self.assertRaisesRegex(
105108
httptools.HttpParserError,
106109
'Expected HTTP/'):

0 commit comments

Comments
 (0)