mitmproxy/test
Maximilian Hils 6232622774 fix Flow.kill behaviour
This now just sets a kill reply instead of committing directly.
First, this seems like the more sane thing to do.
Second, we have an iffy race condition where we call Reply.commit()
before the addonmanager finishes its invocation, the proxy thread then progresses
and sets a new flow.reply attribute, and the addonmanager then gets confused
when finishing. This commit doesn't fix that, but mitigates it for Flow.kill
which is now committed by the addonmanager.
2017-12-29 22:56:29 +01:00
..
examples Added scanning for CSS injection and iframe injection 2017-10-17 23:39:33 -04:00
helper_tools add option type hints 2017-07-29 21:51:36 +02:00
mitmproxy fix Flow.kill behaviour 2017-12-29 22:56:29 +01:00
pathod fix #2563 2017-10-24 23:27:16 +02:00
__init__.py move tests into shared folder 2016-02-15 16:34:22 +01:00
conftest.py skip ipv6 tests on sudo-enabled travis builds 2017-10-20 16:00:25 +02:00
filename_matching.py disentangle ProxyServer and Master classes. 2017-07-30 01:25:36 +02:00
full_coverage_plugin.py Increase net.tcp.py coverage (#2336) 2017-05-17 23:27:57 +08:00
individual_coverage.py improve tests 2017-04-25 20:49:49 +02:00