trafficserver icon indicating copy to clipboard operation
trafficserver copied to clipboard

h3 - quiche, update ATS to use latest quiche changes => `Connection::set_max_idle_timeout()`

Open brbzull0 opened this issue 10 months ago • 0 comments

latest quiche release 0.23.2

A notable change on the release is:

Added support for configuring the idle timeout per connection (rather than "globally" at the Config level) via the new Connection::set_max_idle_timeout() method.

Now we should be able to override proxy.config.http.keep_alive_no_activity_timeout_in by remap/API.

Originally posted by @maskit in https://github.com/apache/trafficserver/pull/12051#pullrequestreview-2634437693

brbzull0 avatar Feb 24 '25 08:02 brbzull0