From: rousskov <> Date: Sat, 25 Apr 1998 00:32:11 +0000 (+0000) Subject: - fixed comments after merging two DIGEST #defines X-Git-Tag: SQUID_3_0_PRE1~3423 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d245e20c3b60f34f1f01e258ceda180eb66868c;p=thirdparty%2Fsquid.git - fixed comments after merging two DIGEST #defines --- diff --git a/src/client_side.cc b/src/client_side.cc index 376a89248f..82593b95af 100644 --- a/src/client_side.cc +++ b/src/client_side.cc @@ -1,6 +1,6 @@ /* - * $Id: client_side.cc,v 1.291 1998/04/24 07:09:30 wessels Exp $ + * $Id: client_side.cc,v 1.292 1998/04/24 18:32:11 rousskov Exp $ * * DEBUG: section 33 Client-side Routines * AUTHOR: Duane Wessels @@ -593,10 +593,7 @@ clientUpdateCounters(clientHttpRequest * http) } else { assert(H->alg == PEER_SA_NONE); } - /* - * account for outgoing digest traffic (this has nothing to do with - * USE_CACHE_DIGESTS, but counters are all in USE_CACHE_DIGESTS ifdefs) - */ + /* account for outgoing digest traffic */ if (http->flags.internal && strStr(http->request->urlpath, StoreDigestUrlPath)) { kb_incr(&Counter.cd.kbytes_sent, http->out.size); Counter.cd.msgs_sent++;