mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-27 02:24:18 +00:00
minor fix
This commit is contained in:
parent
a6b3551934
commit
ca9de786fd
@ -226,7 +226,7 @@ class FlowView(tabs.Tabs):
|
|||||||
description = description.replace("Raw", "Couldn't parse: falling back to Raw")
|
description = description.replace("Raw", "Couldn't parse: falling back to Raw")
|
||||||
|
|
||||||
if enc:
|
if enc:
|
||||||
description = " ".join(enc, description)
|
description = " ".join([enc, description])
|
||||||
|
|
||||||
# Give hint that you have to tab for the response.
|
# Give hint that you have to tab for the response.
|
||||||
if description == "No content" and isinstance(message, models.HTTPRequest):
|
if description == "No content" and isinstance(message, models.HTTPRequest):
|
||||||
|
Loading…
Reference in New Issue
Block a user