c-taylor opened a new issue #7390: URL: https://github.com/apache/trafficserver/issues/7390
Practical tests measuring the behaviour of `accept_no_activity_timeout` shows that is has no effect as documented. https://docs.trafficserver.apache.org/en/9.0.x/admin-guide/files/records.config.en.html#proxy-config-http-accept-no-activity-timeout > The timeout interval in seconds before Traffic Server closes a connection that has no activity. ---- A test such as: `time telnet localhost 80` Show that the parameters that affect this timeout are: `proxy.config.http.transaction_no_activity_timeout_in` `proxy.config.http.default_inactivity_timeout` It doesn't look as though it's possible to remain in the state where this parameter is in effect within the state machine for more than an instant. I cannot begin to imagine the failure type that would cause this to occur, and be required. There is an intent/architectural question about whether a client that has never submitted data should have a different timeout that one that has previously been active. Personally I would use this if available, being more aggressive to this client type. Otherwise: This parameter and references to it should be removed. ---------------------------------------------------------------- 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]
