[Webkit-unassigned] [Bug 89034] [Chromium] reading Blob includes non-existent file doesn't throw NotFound error

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 13 21:13:48 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=89034





--- Comment #3 from Eric U. <ericu at chromium.org>  2012-06-13 21:13:48 PST ---
(In reply to comment #2)
> > I don't think we need to fix this; fixing #1 will resolve the user-visible issues,
> 
> Note that we'll still have tiny incompatibility when we add an empty file and then the file gets removed before reading though it'll hardly be a real problem.

I think we'll still match, actually.  If we snapshot before it's removed, we'll know it's zero length, and then not try to read from it.  I expect other ports to do the same--why try to read zero bytes?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list