[Webkit-unassigned] [Bug 143226] Don't cache resources that are very unlikely to be reused

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 30 13:54:04 PDT 2015


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

--- Comment #18 from Chris Dumez <cdumez at apple.com> ---
Comment on attachment 249759
  --> https://bugs.webkit.org/attachment.cgi?id=249759
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=249759&action=review

ok

> Source/WebKit2/NetworkProcess/cache/NetworkCache.cpp:281
> +        auto currentTime = std::chrono::duration<double>(std::chrono::system_clock::now().time_since_epoch());

auto now = currentTime(); ?

c.f. NetworkResourceLoader::didFinishLoading().

> LayoutTests/http/tests/cache/disk-cache/disk-cache-request-max-stale.html:30
> +

nit: extra line?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150330/e8371552/attachment-0002.html>


More information about the webkit-unassigned mailing list