mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-26 18:18:25 +00:00
fix typo
This commit is contained in:
parent
76bd554cd1
commit
f04693c047
@ -1079,7 +1079,7 @@ class HTTPHandler(ProtocolHandler):
|
|||||||
if message:
|
if message:
|
||||||
self.c.log(message, level="info")
|
self.c.log(message, level="info")
|
||||||
if message_debug:
|
if message_debug:
|
||||||
self.c.log(message, level="debug")
|
self.c.log(message_debug, level="debug")
|
||||||
|
|
||||||
if flow:
|
if flow:
|
||||||
# TODO: no flows without request or with both request and response at the moment.
|
# TODO: no flows without request or with both request and response at the moment.
|
||||||
|
Loading…
Reference in New Issue
Block a user