mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-04-28 20:24:59 +08:00
Marked flows not deleted on clear all
Marked flows survive a clear all unless all current flows are marked. Bug: They don't show up until another flow is added
This commit is contained in:
@@ -181,10 +181,6 @@ class ConnectionItem(urwid.WidgetWrap):
|
||||
elif key == "m":
|
||||
self.flow.toggle_mark()
|
||||
signals.flowlist_change.send(self)
|
||||
if self.flow.marked:
|
||||
signals.status_message.send(message="Flow is now marked")
|
||||
else:
|
||||
signals.status_message.send(message="Flow is now not marked")
|
||||
elif key == "r":
|
||||
r = self.master.replay_request(self.flow)
|
||||
if r:
|
||||
|
||||
Reference in New Issue
Block a user