Summary: | [Curl] Extract a features to manage HTTP communication from ResourceHandle | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Basuke Suzuki <basuke> | ||||||
Component: | WebCore Misc. | Assignee: | Basuke Suzuki <basuke> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | achristensen, basuke, bfulgham, commit-queue, don.olmstead, webkit-bug-importer | ||||||
Priority: | P2 | Keywords: | InRadar | ||||||
Version: | WebKit Nightly Build | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Bug Depends on: | 177496 | ||||||||
Bug Blocks: | 21242, 173964, 175149 | ||||||||
Attachments: |
|
Description
Basuke Suzuki
2017-08-03 12:54:59 PDT
This class must has following features: - ref counted (to have different life span with ResourceHandle) - thread safe (to manage background callback and make ResourceHandle work only on main thread) - can manage curl callbacks internally (to make ResourceHandle simple) *** Bug 177497 has been marked as a duplicate of this bug. *** Created attachment 321863 [details]
patch
Created attachment 321866 [details]
patch
Comment on attachment 321866 [details] patch Clearing flags on attachment: 321866 Committed r222665: <http://trac.webkit.org/changeset/222665> All reviewed patches have been landed. Closing bug. |