mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-04-23 20:00:09 +08:00
fix typo
This commit is contained in:
@@ -1079,7 +1079,7 @@ class HTTPHandler(ProtocolHandler):
|
||||
if message:
|
||||
self.c.log(message, level="info")
|
||||
if message_debug:
|
||||
self.c.log(message, level="debug")
|
||||
self.c.log(message_debug, level="debug")
|
||||
|
||||
if flow:
|
||||
# TODO: no flows without request or with both request and response at the moment.
|
||||
|
||||
Reference in New Issue
Block a user