[Webkit-unassigned] [Bug 145348] Permanent redirects should have long implicit cache lifetime

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat May 23 17:33:47 PDT 2015


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

Sam Weinig <sam at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #253652|review?                     |review+
              Flags|                            |

--- Comment #6 from Sam Weinig <sam at webkit.org> ---
Comment on attachment 253652
  --> https://bugs.webkit.org/attachment.cgi?id=253652
patch

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

> Source/WebCore/ChangeLog:10
> +        301 Moved Permanently response that doesn't specify explicit lifetime should have long implicit lifetime.
> +        This matches other browsers.

Is this something that should be spac'd at some point? Should it be added to https://wiki.whatwg.org/wiki/HTTP?

> Source/WebCore/platform/network/CacheValidation.cpp:128
> +        return hours(365 * 24);

Too bad std::chrono doesn't have std::chromo::years.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150524/24e69d41/attachment-0001.html>


More information about the webkit-unassigned mailing list