aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/flowfilter.py
diff options
context:
space:
mode:
authorRadoslav Gerganov <rgerganov@vmware.com>2017-10-10 12:23:33 +0300
committerRadoslav Gerganov <rgerganov@vmware.com>2017-10-10 12:23:33 +0300
commitda6b3839d664a1d85dcc92fcf84fa5052aed0d7f (patch)
treebe46b28407f5c31aed7c1e6ce4fd8dbc25a9c8f8 /mitmproxy/flowfilter.py
parent3c934b1a58c721107a6a8172c3d52e8f77cf4920 (diff)
downloadmitmproxy-da6b3839d664a1d85dcc92fcf84fa5052aed0d7f.tar.gz
mitmproxy-da6b3839d664a1d85dcc92fcf84fa5052aed0d7f.tar.bz2
mitmproxy-da6b3839d664a1d85dcc92fcf84fa5052aed0d7f.zip
Fix typo in the docstring of flowfilter
The expression for body of response is "bs", not "bq".
Diffstat (limited to 'mitmproxy/flowfilter.py')
-rw-r--r--mitmproxy/flowfilter.py2
1 files changed, 1 insertions, 1 deletions
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