This is an automated email from the ASF dual-hosted git repository.
bryancall pushed a change to branch set-body-origin-response-clean
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
from 6f2dfda5e7 Address Copilot follow-up on transform cleanup and
docs/tests.
add b76c4cf3ff Fix H2 IWS=0 and HTTP/1 slow-read response-body buffering
DoS.
add 826e1bc5e6 Add IWS=0 / slow-read DoS PoC test tool.
add 19837d4273 header_rewrite: address review feedback on set-body origin
No new revisions were added by this update.
Summary of changes:
include/proxy/http2/Http2Stream.h | 1 +
src/proxy/http/HttpSM.cc | 13 +-
src/proxy/http2/Http2ConnectionState.cc | 7 +
src/proxy/http2/Http2Stream.cc | 12 +
src/records/RecordsConfig.cc | 6 +-
tests/tools/iws0_dos_poc.py | 718 ++++++++++++++++++++++++++++++++
6 files changed, 743 insertions(+), 14 deletions(-)
create mode 100644 tests/tools/iws0_dos_poc.py