From f7a2e5a521dd70ee3cbed9dfa30ed3217a6415fd Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Thu, 31 Jul 2014 01:54:46 -0700 Subject: [PATCH] Docs: correct Proxy-Support code comment --- src/client_side_reply.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.3