shinrich opened a new pull request #8083: URL: https://github.com/apache/trafficserver/pull/8083
More details are in the issue. This fix cancels the active timeout when the server session is released. It may be a while still before the HttpSM is killed and the server session is actually put in the server session pool as discussed in the issue. This PR also partially undoes the change in PR #7618. I actually reviewed and approved that one, but on looking at it more closely while debugging this issue, I think the change is faulty since it will lose any overriden value associated with the Transaction, making the overridable nature of the keep alive timeout ineffective. This change fixed our TxnBox-based reproducing test. I am getting ready to set this up for testing in our 9.1 based production build. I'll try to set up a reproducing test in another PR that uses a transform plugin that is already in the trafficserver code base. This closes #8079 -- 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]
