On Wed, 7 Jun 2006, [EMAIL PROTECTED] wrote:
hno 2006/06/07 06:32:56 MDT Modified files: src http.cc Log: Correct Cache-Control header checks and simplify the associated overrides Revision Changes Path 1.500 +15 -41 squid3/src/http.cc
When I compile with --disable-http-violations I get: http.cc: In member function `int HttpStateData::cacheableReply()': http.cc:400: error: `ignore_private' undeclared (first use this function) http.cc:400: error: (Each undeclared identifier is reported only once for each function it appears in.) http.cc:400: error: `REFRESH_OVERRIDE' undeclared (first use this function) http.cc:405: error: `ignore_no_cache' undeclared (first use this function) http.cc:410: error: `ignore_no_store' undeclared (first use this function) http.cc:423: error: `ignore_auth' undeclared (first use this function)
