Home
last modified time | relevance | path

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

/dports/www/squid/squid-4.15/src/adaptation/
H A DIterator.cc184 const bool srcIntact = !theMsg->body_pipe || in handleAdaptationError() local
189 debugs(85,5, HERE << "flags: " << srcIntact << canIgnore << adapted); in handleAdaptationError()
191 if (srcIntact) { in handleAdaptationError()
199 if (canIgnore && srcIntact && adapted) { in handleAdaptationError()
207 const bool useVirgin = canIgnore && !adapted && srcIntact; in handleAdaptationError()