diff options
Diffstat (limited to 'test/test_flow.py')
-rw-r--r-- | test/test_flow.py | 1 |
1 files changed, 1 insertions, 0 deletions
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) |