httptools
httptools copied to clipboard
Fast HTTP parser
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...
@fantix can you please check this?
Our build system typically uses `setup.py` to generate a wheel via `bdist_wheel` but to speed up compilation of extensions we also explictly call `build` and pass `-j`: ``` python3 ./setup.py...
Hi, I saw that the ARMv7 version isn't available at https://pypi.org/project/httptools/#files. Is it possible to get it? I tried compiling on my PC, but I can't specify the correct compiler....