[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 12:30:05 PDT 2015


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

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

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

> Source/WebKit2/NetworkProcess/cache/NetworkCache.cpp:274
> +    bool hasExipirationHeaders = std::isfinite(response.expires()) || std::isfinite(response.cacheControlMaxAge());

hasExipirationHeaders ? :D typo.

-- 
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/d220879a/attachment-0002.html>


More information about the webkit-unassigned mailing list