shinrich opened a new pull request #7309: URL: https://github.com/apache/trafficserver/pull/7309
This PR makes changes to HttpSM.cc to disable the client inactivity timeout at the end of the POST tunnel, and it reenables the client inactivity timeout upon receiving a server response header. It also adds an autest to exercise different cases of GET and POST against a origin that will delay for 4 seconds before returning a response. In the autest the client inactivity timeout is set to 2. When run against the current origin/master, the GET cases will succeed and the POST cases will fail. With this code change, all cases should succeed. This closes #7308 ---------------------------------------------------------------- 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]
