From d5d8a00a295b39573b6aa75ac4034b217d6a5b4a Mon Sep 17 00:00:00 2001 From: Masaori Koshiba Date: Thu, 19 Mar 2026 14:48:01 +0900 Subject: [PATCH] Fix HTTP/2 stream (transaction) inactivity timeout --- 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 a5cdc20b8ac..6c1f385afe9 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++;