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.
Created attachment 162061 [details] Adding isTimeout property.
Thanks for the quick review, Alexey.
Comment on attachment 162061 [details] Adding isTimeout property. Clearing flags on attachment: 162061 Committed r127495: <http://trac.webkit.org/changeset/127495>
All reviewed patches have been landed. Closing bug.