]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorSource Maintenance <squidadm@squid-cache.org>
Wed, 25 Nov 2015 06:12:10 +0000 (06:12 +0000)
committerSource Maintenance <squidadm@squid-cache.org>
Wed, 25 Nov 2015 06:12:10 +0000 (06:12 +0000)
doc/debug-sections.txt
src/client_side.cc

index 888c94d15916822eae98564be1e14ec70fc460a1..4e795c60871a85a568934de85c4c4bba87f105f3 100644 (file)
@@ -70,6 +70,7 @@ section 29    NTLM Authenticator
 section 30    Ident (RFC 931)
 section 31    Hypertext Caching Protocol
 section 32    Asynchronous Disk I/O
+section 33    Client Request Pipeline
 section 33    Client-side Routines
 section 33    Transfer protocol servers
 section 35    FQDN Cache
index 193e2269890adc08c0e532cf121730af5284478d..40e4c1b44acc27289145af12e17fba5937819353 100644 (file)
@@ -1760,8 +1760,8 @@ ClientSocketContext::writeComplete(const Comm::ConnectionPointer &conn, char *,
             clientConnection->close();
         finished();
         c->kick();
-        }
-        return;
+    }
+    return;
 
     case STREAM_UNPLANNED_COMPLETE:
         initiateClose("STREAM_UNPLANNED_COMPLETE");