mitmproxy / mitmweb

GSoC Issue tracking for mitmweb.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix list updates

mhils opened this issue · comments

As discussed, we should not throw errors here.

  1. WS Connection openend
  2. Fetch list
  3. Receive delete "foo" event.
  4. Receive list. List already does not contain "foo" anymore.
  5. Attempt to delete "foo" raises an error.