[Webkit-unassigned] [Bug 164550] New: Cleanup: Remove redundant logic to cancel document load for HTTP 0.9 request
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Nov 9 11:04:15 PST 2016
https://bugs.webkit.org/show_bug.cgi?id=164550
Bug ID: 164550
Summary: Cleanup: Remove redundant logic to cancel document
load for HTTP 0.9 request
Classification: Unclassified
Product: WebKit
Version: WebKit Local Build
Hardware: All
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore Misc.
Assignee: webkit-unassigned at lists.webkit.org
Reporter: dbates at webkit.org
CC: aestes at apple.com, bfulgham at webkit.org
Currently both DocumentLoader and ResourceLoader have logic to stop a load when the HTTP response is using the 0.9 protocol. It is unnecessary to have such logic in DocumentLoader because DocumentLoader derives from ResourceLoader and ResourceLoader knows to stop loading for an HTTP 0.9 response.
--
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/20161109/fec46da3/attachment.html>
More information about the webkit-unassigned
mailing list