Comment #4 on issue 20594 by [email protected]: Additional Cache Control Headers in 304 request are ignored http://code.google.com/p/chromium/issues/detail?id=20594
I don't think that we are having issues merging the headers together. It looks like the problem is that the request an response time are not being updated. When we receive a new request we read the response info from the disk cache, and when we receive 304 we only update the response headers, and write back again the same response that we read (with the updated headers). Other fields of the response object are not updated... and we use the request and response time when calculating the object freshness. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
