rob05c opened a new issue #7492: URL: https://github.com/apache/trafficserver/issues/7492
Proxy-Connection is a non-standard header people started using because they misunderstood HTTP. It never makes sense for a Proxy to _send_ that header to either a parent proxy or an origin, under any circumstances. We should remove the logic in ATS that does, and either send `Connection:` or nothing, as appropriate. See: https://en.wikipedia.org/wiki/List_of_HTTP_header_fields https://github.com/apache/trafficserver/blob/926dd71/proxy/http/HttpTransact.cc#L6763 ---------------------------------------------------------------- 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]
