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,7 +1312,8 @@ class FlowMaster(controller.Master):
|
||||
self.client_playback.clear(f)
|
||||
if not f:
|
||||
r._ack()
|
||||
self.process_new_response(f)
|
||||
if f:
|
||||
self.process_new_response(f)
|
||||
return f
|
||||
|
||||
def shutdown(self):
|
||||
|
Loading…
Reference in New Issue
Block a user