Re: Different between TCP_REFRESH_HIT and TCP_HIT

2011-04-04 Thread Glen Campbell
For Squid, TCP_HIT means that the object was in the cache, and TCP_REFRESH_HIT means that the cache sent an "If-Modified-Since" request and found that the object in the cache was still valid. I assume it's the same for ATS. [cid:9D381451-03CE-4AB6-93A5-EAE243BE4C32] From: ChangCheng mailto:cc

Different between TCP_REFRESH_HIT and TCP_HIT

2011-04-04 Thread ChangCheng
Hi guys:I saw in the log file , there are two differnt type HIT, who can explan what's different between TCP_REFRESH_HIT and TCP_HIT?Thanks