/*
- * $Id: HttpHdrCc.cc,v 1.8 1998/03/20 18:06:37 rousskov Exp $
+ * $Id: HttpHdrCc.cc,v 1.9 1998/03/23 22:17:46 wessels Exp $
*
* DEBUG: section 65 HTTP Cache Control Header
* AUTHOR: Alex Rousskov
{"proxy-revalidate", CC_PROXY_REVALIDATE},
{"only-if-cached", CC_ONLY_IF_CACHED},
{"max-age", CC_MAX_AGE},
- {"Other,", CC_OTHER} /* ',' will protect from matches */
+ {"Other,", CC_OTHER} /* ',' will protect from matches */
};
HttpHeaderFieldInfo *CcFieldsInfo = NULL;
npend++;
}
#endif
- debug(20,0)("storePendingNClients: returning %d\n", npend);
+ debug(20,3)("storePendingNClients: returning %d\n", npend);
return npend;
}