shinrich opened a new pull request #7473: URL: https://github.com/apache/trafficserver/pull/7473
This is additional fixes to PR #6908 proposed by @ema. That PR was good, but the http2 test was failing. While working through the HTTP/2 logic, I noticed that there are places where we are making assumptions about the presence of the Transfer-Encoding header and not reapplying it where appropriate. This PR makes some additional changes in the HttpSM to more correctly identify transactions with bodies and places the Transfer-Encoding header appropriately. I also had to make a few small changes to some test output expectations since the Transfer-Encoding header is not blindly copied along. ---------------------------------------------------------------- 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]
