if the request had an Authorization header, but the reply did NOT
have a Proxy-Revalidate header.
/*
- * $Id: http.cc,v 1.218 1997/11/06 18:29:31 wessels Exp $
+ * $Id: http.cc,v 1.219 1997/11/10 21:32:00 wessels Exp $
*
* DEBUG: section 11 Hypertext Transfer Protocol (HTTP)
* AUTHOR: Harvest Derived
return 0;
if (EBIT_TEST(reply->cache_control, SCC_NOCACHE))
return 0;
+ if (BIT_TEST(httpState->request->flags, REQ_AUTH))
+ if (!EBIT_TEST(reply->cache_control, SCC_PROXYREVALIDATE))
+ return 0;
/*
* Dealing with cookies is quite a bit more complicated
* than this. Ideally we should strip the cookie