Squid Cache Status Codes
• TCP HIT : A valid copy of the requested object was in the cache.
• TCP MISS : The requested object was not in the cache.
• TCP REFRESH HIT : The requested object was cached but
STALE. The IMS query for the object resulted in "304 not modi¯ed".
• See Squid FAQ for others.
Squid HTTP Status Codes
• 200 OK
• 204 No Content
• 206 Partial Content
• 301 Moved Permanently
• 302 Moved Temporarily
• 303 See Other
• 304 Not Modi¯ed
• 400 Bad Request
• 401 Unauthorized
• 403 Forbidden
• 404 Not Found
• 407 Proxy Authentication Required
• See Squid FAQ for others