From: Automatic source maintenance Date: Fri, 20 Nov 2009 02:04:20 +0000 (-0700) Subject: SourceFormat Enforcement X-Git-Tag: SQUID_3_1_0_15~19 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=41a9b0a0a11f5e8182fd5431c7f396ae22c1ceb6;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/client_side_reply.cc b/src/client_side_reply.cc index 9e0c675eb8..20358acdb2 100644 --- a/src/client_side_reply.cc +++ b/src/client_side_reply.cc @@ -1413,7 +1413,7 @@ clientReplyContext::buildReplyHeader() } /* Signal keep-alive if needed */ hdr->putStr( (http->flags.accel || http->flags.intercepted)? HDR_CONNECTION : HDR_PROXY_CONNECTION, - request->flags.proxy_keepalive ? "keep-alive" : "close"); + request->flags.proxy_keepalive ? "keep-alive" : "close"); #if ADD_X_REQUEST_URI /*