From: Source Maintenance Date: Tue, 15 Nov 2016 12:12:01 +0000 (+0000) Subject: SourceFormat Enforcement X-Git-Tag: M-staged-PR71~369 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7686b9a3787c781e8785b9b768d07832d56be968;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/servers/Http1Server.cc b/src/servers/Http1Server.cc index ecdc2f12e1..fd5ef7796f 100644 --- a/src/servers/Http1Server.cc +++ b/src/servers/Http1Server.cc @@ -312,7 +312,7 @@ Http::One::Server::writeControlMsgAndCall(HttpReply *rep, AsyncCall::Pointer &ca Http::StreamPointer context = pipeline.front(); Must(context != nullptr); - // 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);