shinrich commented on pull request #6908: URL: https://github.com/apache/trafficserver/pull/6908#issuecomment-656206949
Talked with @SolidWallOfCode about this. We already do a check on request headers for conflicting content-length and transfer-encoding headers via the validate_hdr_content_length function in proxy/hdrs/HTTP.cc. Doesn't looks like we invoke that method on response headers. And we should. I assume that would solve this issue. Either making the check as headers go into cache or come out of cache. And definitely as they are being returned to the user agent regardless of caching. ---------------------------------------------------------------- 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]
