Max file size for application cache is 32768000 bytes
Reported by
khmelevs...@gmail.com,
Feb 15 2017
|
||||||||
Issue descriptionUserAgent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36 Steps to reproduce the problem: 1. Create manifest CACHE MANIFEST CACHE: big_file_32768001_bytes.dat NETWORK: * 2. Enter to site 3. Get error "Application Cache Error event: Resource fetch failed (2)" What is the expected behavior? Ask user What went wrong? Max file size for application cache is 32768000 bytes Did this work before? No Does this work in other browsers? N/A Chrome version: 56.0.2924.87 Channel: stable OS Version: 6.1 (Windows 7, Windows Server 2008 R2) Flash Version:
,
Feb 21 2017
,
Mar 6 2017
You need to create a file big_file_32768001_bytes.dat with size more than 32768000 bytes (32768001 bytes for example). And place it in the same folder.
,
Mar 6 2017
Thank you for providing more feedback. Adding requester "rbasuvula@chromium.org" to the cc list and removing "Needs-Feedback" label. For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
,
Mar 6 2017
Also you can unzip attached file. It contains all files.
,
Mar 10 2017
Thanks for providing the files.Tested in chrome # 56.0.2924.87 on win 10.0 and not able to find the issue.Please find the screen shot for reference. @khmelevskoikg : As per 2nd step could you please provide us with a sample url and test steps of the issue which would help us to triage the issue further. Thanks in Advance.
,
Mar 10 2017
You need open html under web server. For example, apache or nginx. 1. Install apache httpd2. 2. Copy files to <apache-dir>/htdocs/bug_692598 folder. 3. Run apache and open url, for example http://localhost/bug_692598/bug_692598.html 4. Open Developer Tools - Console (Ctrl+Shift+I) and you see error Application Cache Error event: Resource fetch failed (2) http://localhost/bug_692598/big_file_32768001_bytes.dat Screenshot error.png But, if you removing one symbol in file big_file_32768001_bytes.dat, then file size changed to 32768000 bytes. Refresh Page with cache clear (Ctrl+F5). Error is gone. Screenshot noerror.png
,
Mar 10 2017
Thank you for providing more feedback. Adding requester "rbasuvula@chromium.org" to the cc list and removing "Needs-Feedback" label. For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
,
Mar 10 2017
The problem is that the maximum file size to cache 32768000 bytes
,
Mar 15 2017
,
Feb 12 2018
,
Feb 20 2018
Thanks. Unlikely to fix as appcache is being phased out. |
||||||||
►
Sign in to add a comment |
||||||||
Comment 1 by rbasuvula@chromium.org
, Feb 16 2017Labels: Needs-Feedback