From: Automatic source maintenance Date: Mon, 6 Dec 2010 01:10:52 +0000 (-0700) Subject: Bootstrapped X-Git-Tag: take1~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a4be71b2b710139cd8a97fbf15895639aaa9ea8b;p=thirdparty%2Fsquid.git Bootstrapped --- diff --git a/src/client_side_reply.cc b/src/client_side_reply.cc index 5e1f7ca3d4..f9814f8f48 100644 --- a/src/client_side_reply.cc +++ b/src/client_side_reply.cc @@ -1880,7 +1880,7 @@ void clientReplyContext::sendNotModifiedOrPreconditionFailedError() { if (http->request->method == METHOD_GET || - http->request->method == METHOD_HEAD) + http->request->method == METHOD_HEAD) sendNotModified(); else sendPreconditionFailedError();