This is an automated email from the ASF dual-hosted git repository. cmcfarlen pushed a commit to branch 10.2.x in repository https://gitbox.apache.org/repos/asf/trafficserver.git
commit 3976895549b2ee0f831cd5ad0160cb0377ed4e44 Author: Masaori Koshiba <[email protected]> AuthorDate: Tue Jun 9 08:16:05 2026 +0900 Fix HTTP/2 stream (transaction) inactivity timeout (#13130) (cherry picked from commit f360f0d3cd4b409000a182b7474caacb70f88287) --- src/proxy/http2/Http2Stream.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/proxy/http2/Http2Stream.cc b/src/proxy/http2/Http2Stream.cc index a5cdc20b8a..6c1f385afe 100644 --- a/src/proxy/http2/Http2Stream.cc +++ b/src/proxy/http2/Http2Stream.cc @@ -975,7 +975,6 @@ void Http2Stream::send_body(bool /* call_update ATS_UNUSED */) { Http2ConnectionState &connection_state = this->get_connection_state(); - _timeout.update_inactivity(); reentrancy_count++;
