Thanks, Patrick _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo/webkit-dev
Quick question about the IconLoader code. I just noticed that if I
cancel a load where an Icon was in the process of being loaded (i.e.
didReceiveResponse was called with a good response), didFail is
called. This method then calls finishLoading with a valid url since
the ResourceHandle is non-null. Is this the intended behavior? This
will commit the url to the icon database even though the icon load
was canceled.
- [webkit-dev] IconLoader::didFail Patrick Hanna
- Re: [webkit-dev] IconLoader::didFail Brady Eidson

