Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
6014 | minor | always | 08-15-16 19:53 | 11-10-16 15:00 | |
|
|||||
Reporter: | nam | Platform: | |||
Assigned To: | nam | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 4.0.44 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 4.0.50 | ||
|
|||||
Summary: | 0006014: proxy-cache not showing updated files | ||||
Description: |
(rep by mandrixx) For a given max-age of T seconds, clients are never served the updated file until there is a period between requests that is greater than that timeout. In other words, requests were incorrectly refreshing the cache expiration timeout. 1. 200 - GET /test.xml 2. 304 - GET /test.xml with If-None-Match 3. update file 4. 304 - GET /test.xml with If-None-Match ... N. 304 - GET /test.xml with If-None-Match N+1. wait T-1 seconds N+2. 304 - GET /test.xml with If-None-Match N+3. wait T seconds N+4. 200 - GET /test.xml with If-None-Match At N+3, only by waiting greater than T seconds do you see the updated file. |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|