mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 08:11:00 +00:00
02acfb1242
- Don't crash when passed an empty string. This translated into an actual core crash, discovered while fuzzing with afl. - Taking a slice of length one out of bytes returns an integer, so the check for trailing period in this function never worked on Python3. - Add unit tests. |
||
---|---|---|
.. | ||
http1 | ||
http2 | ||
__init__.py | ||
test_authentication.py | ||
test_cookies.py | ||
test_headers.py | ||
test_message.py | ||
test_multipart.py | ||
test_request.py | ||
test_response.py | ||
test_status_codes.py | ||
test_url.py | ||
test_user_agents.py |