From 42ffded6268401fef1f3ea0f748f92ff264674a2 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Sun, 6 Mar 2011 16:02:28 +1300 Subject: Bump unit tests, rearrange mitmdump command-line options slightly. --- libmproxy/flow.py | 1 + 1 file changed, 1 insertion(+) (limited to 'libmproxy/flow.py') 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 -- cgit v1.2.3