mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2025-02-01 07:49:10 +00:00
Fixes #2495
This commit is contained in:
parent
6d9b5b0c06
commit
a4048c8871
@ -58,7 +58,7 @@ def convert_017_018(data):
|
|||||||
# convert_unicode needs to be called for every dual release and the first py3-only release
|
# convert_unicode needs to be called for every dual release and the first py3-only release
|
||||||
data = convert_unicode(data)
|
data = convert_unicode(data)
|
||||||
|
|
||||||
data["server_conn"]["ip_address"] = data["server_conn"].pop("peer_address")
|
data["server_conn"]["ip_address"] = data["server_conn"].pop("peer_address", None)
|
||||||
data["marked"] = False
|
data["marked"] = False
|
||||||
data["version"] = (0, 18)
|
data["version"] = (0, 18)
|
||||||
return data
|
return data
|
||||||
|
Loading…
Reference in New Issue
Block a user