shinrich commented on issue #7390: URL: https://github.com/apache/trafficserver/issues/7390#issuecomment-754163438
Actually tried the telnet scenario locally. For that telnet with no data to even reach the traffic_server process you will need to set proxy.config.net.defer_accept to 0. Of course for the more common TLS scenario, this isn't an issue. Once I turned off defer accept, the UnixNetVConnection::acceptEvent handler was setting the timeout to 0, and then nothing else happened until the proxy.config.net.default_inactivity_timeout triggered. So it appears that my PR isn't going to help anything at least in the non-TLS case. The accept timeout needs to be applied earlier. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
