From 76b4c6ba82f9a1d6411710c82c67cf264d3bb1d3 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Fri, 15 Jul 2011 15:21:04 +1200 Subject: Introduce an anti-compression command-line argument. This is on by default, which means we avoid compressed content unless the -z flag is specified. --- test/test_flow.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/test_flow.py') diff --git a/test/test_flow.py b/test/test_flow.py index 6ee4235e..365b6c58 100644 --- a/test/test_flow.py +++ b/test/test_flow.py @@ -422,6 +422,7 @@ class uFlowMaster(libpry.AutoTree): s = flow.State() fm = flow.FlowMaster(None, s) fm.anticache = True + fm.anticomp = True req = tutils.treq() fm.handle_clientconnect(req.client_conn) -- cgit v1.2.3