mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-01 18:27:18 +00:00
Reply: remove return value
This commit is contained in:
parent
1655f54817
commit
70f1d173e2
53 changed files with 224 additions and 385 deletions
|
|
@ -18,4 +18,4 @@ def websocket_message(flow):
|
|||
|
||||
if 'FOOBAR' in message.content:
|
||||
# kill the message and not send it to the other endpoint
|
||||
message.kill()
|
||||
message.content = ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue