We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbd76bc commit c807ccfCopy full SHA for c807ccf
src/HttpHdrSc.cc
@@ -35,7 +35,6 @@ static const LookupTable<http_hdr_sc_type>::Record ScAttrs[] {
35
{nullptr, SC_ENUM_END} /* SC_ENUM_END taken as invalid value */
36
};
37
LookupTable<http_hdr_sc_type> scLookupTable(SC_ENUM_END, ScAttrs);
38
-std::vector<HttpHeaderFieldStat> scHeaderStats(SC_ENUM_END);
39
40
// used when iterating over flags
41
http_hdr_sc_type &operator++ (http_hdr_sc_type &aHeader)
@@ -134,9 +133,6 @@ HttpHdrSc::parse(const String * str)
134
133
if (sct->isSet(type)) {
135
if (type != SC_OTHER)
136
debugs(90, 2, "ignoring duplicate control-directive near '" << item << "' in '" << *str << "'");
137
-
138
- ++ scHeaderStats[type].repCount;
139
140
continue;
141
}
142
0 commit comments