From 2d245e20c3b60f34f1f01e258ceda180eb66868c Mon Sep 17 00:00:00 2001 From: rousskov <> Date: Sat, 25 Apr 1998 00:32:11 +0000 Subject: [PATCH] - fixed comments after merging two DIGEST #defines --- src/client_side.cc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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++; -- 2.47.3