From 50ca35a568db045667aa443f9f62b29c9376bc73 Mon Sep 17 00:00:00 2001 From: Source Maintenance Date: Fri, 9 Dec 2016 06:15:51 +0000 Subject: [PATCH] SourceFormat Enforcement --- src/servers/HttpServer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.47.2