From: Source Maintenance Date: Fri, 9 Dec 2016 06:15:51 +0000 (+0000) Subject: SourceFormat Enforcement X-Git-Tag: SQUID_3_5_23~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50ca35a568db045667aa443f9f62b29c9376bc73;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/servers/HttpServer.cc b/src/servers/HttpServer.cc index 59e8967c9a..ce8f3d59bf 100644 --- a/src/servers/HttpServer.cc +++ b/src/servers/HttpServer.cc @@ -170,7 +170,7 @@ Http::Server::handleReply(HttpReply *rep, StoreIOBuffer receivedData) bool Http::Server::writeControlMsgAndCall(ClientSocketContext *context, HttpReply *rep, AsyncCall::Pointer &call) { - // Ignore this late control message if we have started sending a + // Ignore this late control message if we have started sending a // reply to the user already (e.g., after an error). if (context->reply) { debugs(11, 2, "drop 1xx made late by " << context->reply);