mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2025-01-30 23:09:44 +00:00
Add marked attribute when converting flow to 0.18
This commit is contained in:
parent
08000c940c
commit
d6deec60b0
@ -60,6 +60,7 @@ def convert_017_018(data):
|
||||
data = convert_unicode(data)
|
||||
|
||||
data["server_conn"]["ip_address"] = data["server_conn"].pop("peer_address")
|
||||
data["marked"] = False
|
||||
data["version"] = (0, 18)
|
||||
return data
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user