trafficserver
trafficserver copied to clipboard
h3 - quiche, update ATS to use latest quiche changes => `Connection::set_max_idle_timeout()`
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