]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Docs: correct Proxy-Support code comment
authorAmos Jeffries <squid3@treenet.co.nz>
Thu, 31 Jul 2014 08:54:46 +0000 (01:54 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 31 Jul 2014 08:54:46 +0000 (01:54 -0700)
src/client_side_reply.cc

index 7999d8a7f86c09be063dd74393853ac1b652f451..6cddeae4f8b939fcb34642a4b20d31a9c1550156 100644 (file)
@@ -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.