]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
- fixed comments after merging two DIGEST #defines
authorrousskov <>
Sat, 25 Apr 1998 00:32:11 +0000 (00:32 +0000)
committerrousskov <>
Sat, 25 Apr 1998 00:32:11 +0000 (00:32 +0000)
src/client_side.cc

index 376a89248f84e7a3779f487024bb7022b3b01d95..82593b95af3412fbddbd2ebc74f7a19aea7b2241 100644 (file)
@@ -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++;