Comment #2 on issue 3265 by yoav.weiss.fr: Can't Work CTRL F5 as in IE7, Firefox 3 http://code.google.com/p/chromium/issues/detail?id=3265
According to http://www.google.com/support/chrome/bin/answer.py?hl=en&answer=95743 there should be a significant difference between F5 and CTRL+F5. F5 can issue requests with a conditional (If-Modified-Since/If-None-Match) header field in the request (since it can reload cached content). CTRL+F5 cannot send a conditional header field since it must retrieve the content from the origin server. Currently, there is no difference between F5 and CTRL+F5 issued requests, which causes cached content to be retrieved in both cases. -- 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 -~----------~----~----~----~------~----~------~--~---
