RESOLVED FIXED 170126
Update NetworkResourceLoader logging statement
https://bugs.webkit.org/show_bug.cgi?id=170126
Summary Update NetworkResourceLoader logging statement
Keith Rollin
Reported 2017-03-27 12:23:36 PDT
NetworkResourceLoader contains a logging statement that prints, in part: "start: Retrieving resource from cache". This is misleading, since it's not necessarily the case that the resource will be loaded from the cache. What is actually happening at the point where that is logged is that the cache is being checked for the resource. It still remains to be seen if the resource will be found in it. To address this, change the logging to say "start: Checking cache for resource".
Attachments
Patch (2.31 KB, patch)
2017-03-27 13:49 PDT, Keith Rollin
no flags
Keith Rollin
Comment 1 2017-03-27 13:49:10 PDT
WebKit Commit Bot
Comment 2 2017-03-27 17:16:12 PDT
Comment on attachment 305505 [details] Patch Clearing flags on attachment: 305505 Committed r214444: <http://trac.webkit.org/changeset/214444>
WebKit Commit Bot
Comment 3 2017-03-27 17:16:15 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.