On Wed, 21 Apr 2004, Lizzy Dizzy wrote: > Sorry, Just another question to add, so if the object is retrieved from > origin site, will there be another new entry inside access.log that says > TCP_MISS for the object that could not be found inside the cache disk(and > which is subsequently requested from the origin server)?
No. Only one entry in access.log. The client only sent one request, and Squid only made one request. It is only that Squid at first thought it had the object in the cache but then when trying to access the cached object found it not to be true, Squid then automatically continues and fetches the object from the Internet instead, as if the object did not exist in the cache. Regards Henrik
