aboutsummaryrefslogtreecommitdiffstats
path: root/test/scripts/all.py
diff options
context:
space:
mode:
authorBrad Peabody <bradpeabody@gmail.com>2014-07-19 19:10:14 -0700
committerBrad Peabody <bradpeabody@gmail.com>2014-07-19 19:10:14 -0700
commit560e23af092ab566e75060346ebde739ac07f179 (patch)
tree9ad067459ee224e9c9e5259a0b3dfa5393b29ef8 /test/scripts/all.py
parentc47ddaa3a025597f8706c437f792c1ad12c388ab (diff)
downloadmitmproxy-560e23af092ab566e75060346ebde739ac07f179.tar.gz
mitmproxy-560e23af092ab566e75060346ebde739ac07f179.tar.bz2
mitmproxy-560e23af092ab566e75060346ebde739ac07f179.zip
fixed handling of Transfer-Encoding header during streaming; wrote tests for streaming support
Diffstat (limited to 'test/scripts/all.py')
-rw-r--r--test/scripts/all.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/scripts/all.py b/test/scripts/all.py
index 7d30d757..15a5fc02 100644
--- a/test/scripts/all.py
+++ b/test/scripts/all.py
@@ -15,6 +15,10 @@ def response(ctx, r):
ctx.log("XRESPONSE")
log.append("response")
+def responseheaders(ctx, r):
+ ctx.log("XRESPONSEHEADERS")
+ log.append("responseheaders")
+
def clientdisconnect(ctx, cc):
ctx.log("XCLIENTDISCONNECT")
log.append("clientdisconnect")