]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorSource Maintenance <squidadm@squid-cache.org>
Tue, 15 Nov 2016 12:12:01 +0000 (12:12 +0000)
committerSource Maintenance <squidadm@squid-cache.org>
Tue, 15 Nov 2016 12:12:01 +0000 (12:12 +0000)
src/servers/Http1Server.cc

index ecdc2f12e1dc8b471336cf74200c46b2eb5c7042..fd5ef7796f8484e4b750ae158793fef15f4311d1 100644 (file)
@@ -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);