[Webkit-unassigned] [Bug 183089] New: [Curl] Bug fix on suspend/resume behavior.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 23 11:41:57 PST 2018


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

            Bug ID: 183089
           Summary: [Curl] Bug fix on suspend/resume behavior.
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: Basuke.Suzuki at sony.com

1. Asser error occured when suspend called in CurlRequest::setupTransfer().
   Because CurlRequest::setupTransfer() is called on worker thread.

2. CurlRequest that construct with enabled defferLoading flag doesn't resume
   when resume called before CurlRequest::setupTransfer().
   Because m_shouldSuspend flag doesn't change after construct.

-- 
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/20180223/489ce39f/attachment-0001.html>


More information about the webkit-unassigned mailing list