Files
mitmproxy/test
Aldo Cortesi 02acfb1242 Fix netlib.utils.is_valid_host
- 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.
2016-07-21 10:38:37 +12:00
..
2016-07-21 10:38:37 +12:00
2016-07-06 21:03:17 -07:00
2016-02-15 16:34:22 +01:00