From: Automatic source maintenance Date: Wed, 12 Oct 2011 02:15:19 +0000 (-0600) Subject: SourceFormat Enforcement X-Git-Tag: SQUID_3_1_16~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b8f2edcc7efd580fcc417532e54ce3c021f87b9;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/client_side.cc b/src/client_side.cc index 146f6c0331..cee1e61a94 100644 --- a/src/client_side.cc +++ b/src/client_side.cc @@ -3828,7 +3828,8 @@ ConnStateData::startClosing(const char *reason) } void -ConnStateData::expectNoForwarding() { +ConnStateData::expectNoForwarding() +{ if (bodyPipe != NULL) { debugs(33, 4, HERE << "no consumer for virgin body " << bodyPipe->status()); bodyPipe->expectNoConsumption();