shinrich edited a comment on pull request #6908: URL: https://github.com/apache/trafficserver/pull/6908#issuecomment-656203201
Looking into this more deeply, I don't think that marking Transfer-Encoding as hop-by-hop is the correct solution. That is what is breaking at least the chunked-encoding test. ATS is stripping the Transfer-Encoding header so the test origin has no indication of the length of the request body. Probably something similar is happening with the failing Http2 test. Perhaps instead you could write a plugin (or use header_rewrite) to strip the offending Transfer-Encoding header? Alternatively, we could add core logic to (or a plugin at the Cache write point) to resolve the content-length/transfer-encoding conflict. ---------------------------------------------------------------- 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]
