]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Sat, 22 May 2010 00:13:00 +0000 (18:13 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Sat, 22 May 2010 00:13:00 +0000 (18:13 -0600)
src/http.cc

index b5fd423df650d03722daf1b8863a6b254fd4c1df..7a017326be7b49180f90b348bc09ef1cbbd3c8ed 100644 (file)
@@ -2104,9 +2104,9 @@ HttpStateData::doneSendingRequestBody()
             debugs(11, 2, "doneSendingRequestBody: matched brokenPosts");
 
             if (!canSend(fd)) {
-               debugs(11,2, HERE << "cannot send CRLF to closing FD " << fd);
-               assert(closeHandler != NULL);
-               return;
+                debugs(11,2, HERE << "cannot send CRLF to closing FD " << fd);
+                assert(closeHandler != NULL);
+                return;
             }
 
             typedef CommCbMemFunT<HttpStateData, CommIoCbParams> Dialer;