httptools icon indicating copy to clipboard operation
httptools copied to clipboard

Fast HTTP parser

Results 22 httptools issues
Sort by recently updated
recently updated
newest added

After digging through the source for a while and trying to see if httptools might meet my needs I decided it was time to add a test case to `tests/test_parser.py`...

Hello, Builing httptools 0.6.4, I see: ``` =================================== FAILURES =================================== __________ TestResponseParser.test_parser_response_leninent_headers_1 __________ Traceback (most recent call last): File "/gnu/store/jjcka1g6sk2cvwx8nm4fdwpdq3vll0v0-python-3.10.7/lib/python3.10/unittest/case.py", line 59, in testPartExecutor yield File "/gnu/store/jjcka1g6sk2cvwx8nm4fdwpdq3vll0v0-python-3.10.7/lib/python3.10/unittest/case.py", line 591, in...