diff options
Diffstat (limited to 'libmproxy')
-rw-r--r-- | libmproxy/flow.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libmproxy/flow.py b/libmproxy/flow.py index 5f1e7871..3c62169f 100644 --- a/libmproxy/flow.py +++ b/libmproxy/flow.py @@ -53,6 +53,7 @@ class ClientPlaybackState: """ if self.flows and not self.current: n = self.flows.pop(0) + n.request.client_conn = None self.current = master.handle_request(n.request) if not testing and not self.current.response: #begin nocover |