[Webkit-unassigned] [Bug 141644] Assertion in disk cache code with redirect to a non-http resource

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 16 09:22:43 PST 2015


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

--- Comment #5 from Alexey Proskuryakov <ap at webkit.org> ---
Comment on attachment 246650
  --> https://bugs.webkit.org/attachment.cgi?id=246650
patch

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

> Source/WebKit2/NetworkProcess/cache/NetworkCache.cpp:265
> +    if (!originalRequest.url().protocolIsInHTTPFamily() || !response.isHTTP()) {

This "in HTTP family" vs. "HTTP" naming is quite misleading.

-- 
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/20150216/48e1b734/attachment-0002.html>


More information about the webkit-unassigned mailing list