[Webkit-unassigned] [Bug 174002] New: [Curl] Safe access and life cycle management of bare Curl handle by wrapping with C++ class

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 29 18:31:25 PDT 2017


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

            Bug ID: 174002
           Summary: [Curl] Safe access and life cycle management of bare
                    Curl handle by wrapping with C++ class
           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

libcurl is a low-end C API library which is powerful, but easy to make a mistake and hard to find the source of issue. Wrapping by C++ class makes the code confident and accelerate the speed of refactoring, especially for upcoming NetworkLoad implementation.

-- 
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/20170630/6488c45c/attachment.html>


More information about the webkit-unassigned mailing list