bryancall commented on issue #5840: URL: https://github.com/apache/trafficserver/issues/5840#issuecomment-4827337976
This was filed in 2019 against the original QUIC implementation, which has since been removed entirely (https://github.com/apache/trafficserver/pull/10703, first released in 10.0.0) and replaced by the quiche-based QUIC stack. The current stack enforces active timeout: QUICNetVConnection handles the active timeout event in both the handshake and established states, tearing the connection down (unscheduling the packet write-ready, propagating the event, and marking the connection closed). The code this issue described no longer exists, so I am closing it as obsolete after the QUIC rewrite. Please reopen with a current reproduction if active timeout still misbehaves on the quiche 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]
