bryancall commented on issue #3357: URL: https://github.com/apache/trafficserver/issues/3357#issuecomment-4827060610
This was about the original in-house QUIC implementation's accept/handshake timeout. That stack was removed in #10703 (2023) and replaced with the quiche-based implementation, where `proxy.config.quic.no_activity_timeout_in` maps to quiche's max_idle_timeout (which applies during the handshake) and the handshake state explicitly closes the connection on an inactivity timeout, so a connection no longer lingers forever. The old in-house stack was removed as of the 10.0.0 release. Closing as obsolete; please open a new issue if you see a handshake-state hang on the current stack. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
