From: Amos Jeffries Date: Thu, 31 Jul 2014 08:54:46 +0000 (-0700) Subject: Docs: correct Proxy-Support code comment X-Git-Tag: SQUID_3_5_0_1~123 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f7a2e5a521dd70ee3cbed9dfa30ed3217a6415fd;p=thirdparty%2Fsquid.git Docs: correct Proxy-Support code comment --- diff --git a/src/client_side_reply.cc b/src/client_side_reply.cc index 7999d8a7f8..6cddeae4f8 100644 --- a/src/client_side_reply.cc +++ b/src/client_side_reply.cc @@ -1425,7 +1425,7 @@ clientReplyContext::buildReplyHeader() if (!request->flags.accelerated && !request->flags.intercepted) { httpHeaderPutStrf(hdr, HDR_PROXY_SUPPORT, "Session-Based-Authentication"); /* - We send "[Proxy-]Connection: Proxy-Support" header to mark + We send "Connection: Proxy-Support" header to mark Proxy-Support as a hop-by-hop header for intermediaries that do not understand the semantics of this header. The RFC should have included this recommendation.