lör 2009-09-19 klockan 13:45 +0800 skrev andre wang: > Trying send the same http request many times, squid returns MISS. > Then I make the same HTTP request using GET method instead of HEAD. > After done GET request, i come back sending squid HEAD request: > squidclient -m HEAD http://example.com/, Squid alway return HIT The HEAD should have got cached. Assuming the web server do return the same headers on HEAD as it does on GET, and do not return garbage after the HEAD headers. (some web servers are broken and implement HEAD as if it was GET...) If the HEAD response from the web server is valid then please file a bug report at http://bugs.squid-cache.org/ including the response web servers response headers. Regards Henrik