oknet commented on pull request #7134: URL: https://github.com/apache/trafficserver/pull/7134#issuecomment-684819524
@shinrich The `Inactivity Timeout` is used to set a timeout for read/write transaction. The `Inactivity Timeout` should be disabled if both read and write are disabled. The `next_inactivity_timeout == 0` means inactivity timeout disabled, but the `InactivityCop` consider that it is default inactivity timeout. To resolve your issue, IMO, it is better to clarify how to set default inactivity timeout within `InactivityCop`. ---------------------------------------------------------------- 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]
