aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2016-01-17 17:48:54 +0100
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2016-02-04 09:52:02 +0100
commit2cd71091adfa68ef6467a59932e63327608c02eb (patch)
treea9dfb3c02118cd77df6b9b6610c4205822437eba /libmproxy
parentc44a8949f7e0bc8f1725ee1f51633619a8643e0f (diff)
downloadmitmproxy-2cd71091adfa68ef6467a59932e63327608c02eb.tar.gz
mitmproxy-2cd71091adfa68ef6467a59932e63327608c02eb.tar.bz2
mitmproxy-2cd71091adfa68ef6467a59932e63327608c02eb.zip
remove form_out todo
Diffstat (limited to 'libmproxy')
-rw-r--r--libmproxy/protocol/http.py1
1 files changed, 0 insertions, 1 deletions
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):