mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 08:11:00 +00:00
Fix a rare crash in sticky cookies.
This commit is contained in:
parent
8fbba59e8d
commit
4ac59a7859
@ -1312,6 +1312,7 @@ class FlowMaster(controller.Master):
|
|||||||
self.client_playback.clear(f)
|
self.client_playback.clear(f)
|
||||||
if not f:
|
if not f:
|
||||||
r._ack()
|
r._ack()
|
||||||
|
if f:
|
||||||
self.process_new_response(f)
|
self.process_new_response(f)
|
||||||
return f
|
return f
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user