mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-04-27 19:15:33 +08:00
various encoding fixes, fix #1650
This commit is contained in:
@@ -14,7 +14,7 @@ DATATYPES = dict(
|
||||
punctuation=string.punctuation.encode(),
|
||||
whitespace=string.whitespace.encode(),
|
||||
ascii=string.printable.encode(),
|
||||
bytes=bytes(bytearray(range(256)))
|
||||
bytes=bytes(range(256))
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user