From 71a58289e27bed18ca40bd9e62d67cff10467dc0 Mon Sep 17 00:00:00 2001 From: Marcelo Glezer Date: Thu, 12 Feb 2015 01:52:13 -0300 Subject: less is more --- libmproxy/flow.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libmproxy/flow.py b/libmproxy/flow.py index 1870761f..3c5ac1fe 100644 --- a/libmproxy/flow.py +++ b/libmproxy/flow.py @@ -766,9 +766,7 @@ class FlowMaster(controller.Master): def create_request(self, method, scheme, host, port, path): """ - Creates a new request from params and add it to flow list. - created request is empty (except for method and url) but is able - to be replayed + this method creates a new artificial and minimalist request also adds it to flowlist """ c = ClientConnection.from_state(dict( address=dict(address=(host, port), use_ipv6=False), -- cgit v1.2.3