Bug 847056
Summary: | squid incorrectly marks elements as stale when the client uses If-Modified-Since and If-None-Match headers | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Felix Dewaleyne <fdewaley> |
Component: | squid | Assignee: | Michal Luscon <mluscon> |
Status: | CLOSED ERRATA | QA Contact: | Zbysek MRAZ <zmraz> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 6.3 | CC: | dapospis, ebenes, jskala, ovasik, plyons |
Target Milestone: | rc | Keywords: | Patch, ZStream |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-02-21 08:40:01 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 855330 |
Description
Felix Dewaleyne
2012-08-09 14:47:40 UTC
the description is actually an expected behaviour as of http/1.1 : max-age:0 is expected to cause these warnings. looking into further traces, I also have GET /pics/merkki_musta.gif HTTP/1.1 Host: www.XXX.net User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.6) Gecko/20120717 Firefox/10.0.6 Accept: image/png,image/*;q=0.8,*/*;q=0.5 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip, deflate Connection: keep-alive Referer: http://www.XXX.net/style/new.css Cookie: JSESSIONID=9986CBBB9E6BDCFE97F63C1EBAFD55FE; __utma=219222153.1023426781.1343845504.1343845504.1343845504.1; __utmb=219222153; __utmc=219222153; __utmz=219222153.1343845504.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); Snoop_testi=1 HTTP/1.0 200 OK Last-Modified: Fri, 12 Nov 2010 12:08:56 GMT Content-Type: image/gif Content-Length: 49 Date: Wed, 01 Aug 2012 18:25:03 GMT ETag: W/"49-1289563736000" Expires: Wed, 01 Aug 2012 18:40:03 GMT Cache-Control: max-age=900 Warning: 110 squid/3.1.10 "Response is stale" Warning: 111 squid/3.1.10 "Revalidation failed" X-Cache: HIT from cache01.srv.XXX.fi X-Cache-Lookup: HIT from cache01.srv.XXX.fi:80 Via: 1.0 cache01.srv.XXX.fi (squid/3.1.10) Connection: keep-alive no etag mentioned in the request though. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHSA-2013-0505.html |