You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix bug where method= filter would suggest invalid method values
If you have unparseable traffic (e.g. MQTT) and you try to filter by
method, it will suggest the invalid MQTT method as an option, and if you
try it then everything will crash. We now filter for only know valid
methods.
0 commit comments