This is an automated email from the ASF dual-hosted git repository.
masaori335 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new f360f0d3cd Fix HTTP/2 stream (transaction) inactivity timeout (#13130)
f360f0d3cd is described below
commit f360f0d3cd4b409000a182b7474caacb70f88287
Author: Masaori Koshiba <[email protected]>
AuthorDate: Tue Jun 9 08:16:05 2026 +0900
Fix HTTP/2 stream (transaction) inactivity timeout (#13130)
---
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++;