]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
ReplyHeaderStats.misc[HDR_SET_COOKIE]++
authorwessels <>
Sat, 1 Feb 1997 03:13:32 +0000 (03:13 +0000)
committerwessels <>
Sat, 1 Feb 1997 03:13:32 +0000 (03:13 +0000)
src/http.cc

index 3073ece2f480eaab50fb57fd30fc53f0a28d45ec..ffe7872a18ad926da9dabd0a36cde5b6367eddeb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: http.cc,v 1.144 1997/01/21 18:33:30 wessels Exp $
+ * $Id: http.cc,v 1.145 1997/01/31 20:13:32 wessels Exp $
  *
  * DEBUG: section 11    Hypertext Transfer Protocol (HTTP)
  * AUTHOR: Harvest Derived
@@ -410,6 +410,7 @@ httpParseReplyHeaders(const char *buf, struct _http_reply *reply)
            }
        } else if (!strncasecmp(t, "Set-Cookie:", 11)) {
            EBIT_SET(reply->misc_headers, HDR_SET_COOKIE);
+           ReplyHeaderStats.misc[HDR_SET_COOKIE]++;
        }
     }
     put_free_4k_page(headers);