From 2cd71091adfa68ef6467a59932e63327608c02eb Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Sun, 17 Jan 2016 17:48:54 +0100 Subject: remove form_out todo --- libmproxy/protocol/http.py | 1 - 1 file changed, 1 deletion(-) (limited to 'libmproxy') diff --git a/libmproxy/protocol/http.py b/libmproxy/protocol/http.py index aeb12656..75658661 100644 --- a/libmproxy/protocol/http.py +++ b/libmproxy/protocol/http.py @@ -386,7 +386,6 @@ class Http2SingleStreamLayer(_HttpLayer, threading.Thread): data, timestamp_start=self.timestamp_start, timestamp_end=self.timestamp_end, - form_out=None, # TODO: (request.form_out if hasattr(request, 'form_out') else None), ) def send_request(self, message): -- cgit v1.2.3