[Webkit-unassigned] [Bug 175148] New: [Curl] Extract a features to manage HTTP communication from ResourceHandle
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 3 12:54:59 PDT 2017
https://bugs.webkit.org/show_bug.cgi?id=175148
Bug ID: 175148
Summary: [Curl] Extract a features to manage HTTP communication
from ResourceHandle
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore Misc.
Assignee: webkit-unassigned at lists.webkit.org
Reporter: Basuke.Suzuki at sony.com
To make the ResourceHandle manageable, move actual HTTP communication tasks into new class which is sub class of CurlHandle.
In the long run, the new class will help to serve NetworkLoadTask for WebKit.
CurlHandle should keep as is because it will be used from other purpose such as WebSocket. That's why the new class is sub class of CurlHandle.
--
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/20170803/829a56c4/attachment-0001.html>
More information about the webkit-unassigned
mailing list