aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/flow.py
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2014-02-09 02:54:07 +0100
committerMaximilian Hils <git@maximilianhils.com>2014-02-09 02:54:07 +0100
commitd9a60372997fad5d7b94abaa49c5fb73e634a208 (patch)
treedc92d50e9cc7d5f0f0e2ba8117c0f9f0aaa1bea5 /libmproxy/flow.py
parenta85974eaa88e1f63fda72e3df7a0ec3a0216a8e4 (diff)
downloadmitmproxy-d9a60372997fad5d7b94abaa49c5fb73e634a208.tar.gz
mitmproxy-d9a60372997fad5d7b94abaa49c5fb73e634a208.tar.bz2
mitmproxy-d9a60372997fad5d7b94abaa49c5fb73e634a208.zip
fix comments
Diffstat (limited to 'libmproxy/flow.py')
-rw-r--r--libmproxy/flow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmproxy/flow.py b/libmproxy/flow.py
index f4c24f28..f8ad2444 100644
--- a/libmproxy/flow.py
+++ b/libmproxy/flow.py
@@ -467,7 +467,7 @@ class FlowMaster(controller.Master):
flask.request.environ.get('werkzeug.server.shutdown')()
# Workaround: Monkey-patch shutdown function to stop the app.
- # Improve this when we switch flask werkzeug for something useful.
+ # Improve this when we switch werkzeugs http server for something useful.
_shutdown = self.shutdown
def _shutdownwrap():
_shutdown()