Hi,
What is TCP_IMS_MISS? I looked at the FAQ 6.5 and 7.7 but they
seems to me they are talking about different things. I looked at
icpGetHeaderForIMS in icp.c of Squid-1.1.20 and found that the only way to
avoid ICP_IMS_HIT is to return in this part of the code.
if (mem->reply->code == 0) {
if (entry->mem_status == IN_MEMORY)
return icpProcessMISS(fd, icpState);
/* All headers are not yet available, wait for more data */
storeRegister(entry, fd, icpHandleStoreIMS, (void *) icpState);
return COMM_OK;
}
This seems to me that explains why TCP_IMS_MISS is so rare
(probably less than 1 in 100,000). Is the code for IMS_MISS? Did I miss
something?
Thanks.
Yee Man
Received on Tue Jul 29 2003 - 13:15:51 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:11:49 MST