shinrich opened a new pull request #6871: URL: https://github.com/apache/trafficserver/pull/6871
There was some concern that the fixes to proxy.config.http.connect_attempts_timeout made in 2018 that enabled this timeout to track the connect timeout rather than time to first byte (TTFB) weren't really working. The previous test wasn't accurately exercising the SYN timeout. To do that, you need privilege to block the SYN-ACK. This test uses network namespace and virtual connections to set up a place to attach iptable filter rules to drop the SYN and exercise the SYN timeout case. The test is turned off by default since we cannot assume privilege when running within CI. But you should be able to enable and run this in your linux environment (providing ip netns). ---------------------------------------------------------------- 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]
