From: Source Maintenance Date: Wed, 25 Nov 2015 06:12:10 +0000 (+0000) Subject: SourceFormat Enforcement X-Git-Tag: SQUID_4_0_3~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97de7600a96577c772b18e7f2dc25caf7a2ec634;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/doc/debug-sections.txt b/doc/debug-sections.txt index 888c94d159..4e795c6087 100644 --- a/doc/debug-sections.txt +++ b/doc/debug-sections.txt @@ -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 diff --git a/src/client_side.cc b/src/client_side.cc index 193e226989..40e4c1b44a 100644 --- a/src/client_side.cc +++ b/src/client_side.cc @@ -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");