Comment #6 on issue 17973 by [email protected]: Contention between Save audio/video as... and browser cache http://code.google.com/p/chromium/issues/detail?id=17973
Updating the sequence of failure: 1. Open a video file from the address bar 2. Right click on the video and "Save as" The "Save as" dialog will show up later. The reason for this to happen is: 1. When a file is opened from the address bar, WebKit fetch the resource with caching turned on. 2. When you do "Save as", a request is made asking for cache. But since the caching system in chrome doesn't support partial content (yet). The second request is satisfied only until the first request is done. Thus a big delay for the dialog to show up. -- 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 -~----------~----~----~----~------~----~------~--~---
