From: wessels <> Date: Sat, 1 Feb 1997 03:13:32 +0000 (+0000) Subject: ReplyHeaderStats.misc[HDR_SET_COOKIE]++ X-Git-Tag: SQUID_3_0_PRE1~5164 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58202be7c3b4862abab41c026608b0de5cf6abd4;p=thirdparty%2Fsquid.git ReplyHeaderStats.misc[HDR_SET_COOKIE]++ --- diff --git a/src/http.cc b/src/http.cc index 3073ece2f4..ffe7872a18 100644 --- a/src/http.cc +++ b/src/http.cc @@ -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);