mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-04-28 20:24:59 +08:00
Fix a problem in deserialization of flows with errors.
This commit is contained in:
@@ -145,7 +145,6 @@ def format_flow(f, focus, extended=False, padding=2):
|
||||
resp.append(fcol(utils.pretty_size(len(f.response.content)), rc))
|
||||
else:
|
||||
resp.append(fcol("[empty content]", rc))
|
||||
|
||||
elif f.error:
|
||||
resp.append(
|
||||
urwid.Text([
|
||||
|
||||
Reference in New Issue
Block a user