Home
last modified time | relevance | path

Searched refs:scNotModified (Results 1 – 9 of 9) sorted by relevance

/dports/www/squid/squid-4.15/src/http/
H A DStatusCode.h40 scNotModified = 304, enumerator
H A DStatusCode.cc98 case Http::scNotModified: in StatusCodeString()
/dports/www/squid/squid-4.15/src/
H A DHttpReply.cc134 rv->sline.set(Http::ProtocolVersion(), Http::scNotModified, NULL); in make304()
380 else if (sline.status() == Http::scNotModified) in bodySize()
478 else if (sline.status() == Http::scNotModified) in expectingBody()
H A Dpeer_digest.cc541 if (status == Http::scNotModified) { in peerDigestFetchReply()
584 if (status == Http::scNotModified && fetch->pd->cd) { in peerDigestFetchReply()
H A Dclient_side_reply.cc451 if (status == Http::scNotModified) { in handleIMSReply()
1350 case Http::scNotModified: in alwaysAllowResponse()
H A Dstore.cc1312 if (reply->sline.status() == Http::scNotModified) in validLength()
H A Dhttp.cc522 case Http::scNotModified: in reusableReply()
/dports/lang/oo2c/oo2c_64-2.1.11/lib/src/Net/
H A DHTTP.Mod68 scNotModified* = 304;
/dports/www/squid/squid-4.15/src/esi/
H A DEsi.cc505 case Http::scNotModified: /* ESI does not affect assembled page headers, so 304s are valid */ in esiAlwaysPassthrough()