RESOLVED FIXED Bug 95755
ResourceErrorBase needs to identify timeouts
https://bugs.webkit.org/show_bug.cgi?id=95755
Summary ResourceErrorBase needs to identify timeouts
Dominik Röttsches (drott)
Reported 2012-09-04 09:45:12 PDT
For bug 74802 I need to be able to distinguish resource errors which are caused by network timeouts. XHR uses a CachedResourceLoader, which in turn uses a SubResourceLoader. If a load failure occurs there, I'd like to set the status of the Cached resource to a new state TimedOut. I need to be able to identify timeouts in SubResourceLoader to be able to do that. That's why I'd like to introduce this distinction.
Attachments
Adding isTimeout property. (3.67 KB, patch)
2012-09-04 11:00 PDT, Dominik Röttsches (drott)
no flags
Dominik Röttsches (drott)
Comment 1 2012-09-04 11:00:20 PDT
Created attachment 162061 [details] Adding isTimeout property.
Dominik Röttsches (drott)
Comment 2 2012-09-04 11:39:11 PDT
Thanks for the quick review, Alexey.
WebKit Review Bot
Comment 3 2012-09-04 13:29:46 PDT
Comment on attachment 162061 [details] Adding isTimeout property. Clearing flags on attachment: 162061 Committed r127495: <http://trac.webkit.org/changeset/127495>
WebKit Review Bot
Comment 4 2012-09-04 13:29:51 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.