This is an automated email from the ASF dual-hosted git repository.
shinrich pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.
from 1a1a548 Upgrade Catch.hpp to v2.13.4 (#7464)
add f3eaf81 Disable client inactivity timeout while server is processing
POST request (#7309)
No new revisions were added by this update.
Summary of changes:
proxy/http/HttpSM.cc | 27 ++----
.../case4.sh => timeout/case-inactive1.sh} | 5 +-
.../case4.sh => timeout/case-inactive2.sh} | 5 +-
.../case4.sh => timeout/case-inactive3.sh} | 5 +-
.../case1.sh => timeout/case-inactive4.sh} | 4 +-
.../case4.sh => timeout/case-inactive5.sh} | 5 +-
.../case1.sh => timeout/case-inactive6.sh} | 4 +-
.../delay-inactive-server.sh} | 2 +-
.../timeout/inactive_client_post_timeout.test.py | 108 +++++++++++++++++++++
9 files changed, 130 insertions(+), 35 deletions(-)
copy tests/gold_tests/{chunked_encoding/case4.sh => timeout/case-inactive1.sh}
(90%)
copy tests/gold_tests/{chunked_encoding/case4.sh => timeout/case-inactive2.sh}
(88%)
copy tests/gold_tests/{chunked_encoding/case4.sh => timeout/case-inactive3.sh}
(89%)
copy tests/gold_tests/{chunked_encoding/case1.sh => timeout/case-inactive4.sh}
(87%)
copy tests/gold_tests/{chunked_encoding/case4.sh => timeout/case-inactive5.sh}
(88%)
copy tests/gold_tests/{chunked_encoding/case1.sh => timeout/case-inactive6.sh}
(87%)
copy tests/gold_tests/{chunked_encoding/delay-server.sh =>
timeout/delay-inactive-server.sh} (99%)
create mode 100644
tests/gold_tests/timeout/inactive_client_post_timeout.test.py