http - Corrupt Google Chrome cache -


i have experienced strange caching issues google chrome. have website serving several js , css files far future expiration dates. sometimes, chrome fail load 1 of files (usually our biggest js file, another), , page reload / force reload / browser restart not help. way rid of problem clear browser cache.

i used chrome developer tools , noticed chrome requesting file following headers:

if-modified-since:thu, 14 apr 2011 19:09:29 gmt range:bytes=41681-41681 

to server responds "304 not modified" status. developer tools list file size 0 bytes.

the interesting thing 41681 actual length of page (after compression), , chrome strangely trying request next byte after end of file.

i used chrome "about:net-internals" page examine cache , found file indeed cached mysteriously flagged "response_info_truncated". other that, cached content fine (i compared working copy of cached file).

i have searched on web , reference find such problem on meta: https://meta.stackexchange.com/questions/89224/does-anyone-have-problems-viewing-so-in-chrome-11

the issue reported there sounds lot problem having there no conclusions other clearing browser cache temporary solution. post 2 months old, , several versions of chrome have been released since , problem still exists.

the relevant chrome bug found 1 (reference meta post): http://code.google.com/p/chromium/issues/detail?id=62712. there no activity on bug since has been reported.

i curious whether else experienced similar issues, , whether has idea might causing this.

thanks, sagi


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -