From da6b3839d664a1d85dcc92fcf84fa5052aed0d7f Mon Sep 17 00:00:00 2001 From: Radoslav Gerganov Date: Tue, 10 Oct 2017 12:23:33 +0300 Subject: Fix typo in the docstring of flowfilter The expression for body of response is "bs", not "bq". --- mitmproxy/flowfilter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mitmproxy/flowfilter.py b/mitmproxy/flowfilter.py index 4edf0413..23e47e2b 100644 --- a/mitmproxy/flowfilter.py +++ b/mitmproxy/flowfilter.py @@ -22,7 +22,7 @@ ~b rex Expression in the body of either request or response ~bq rex Expression in the body of request - ~bq rex Expression in the body of response + ~bs rex Expression in the body of response ~t rex Shortcut for content-type header. ~d rex Request domain -- cgit v1.2.3