[Webkit-unassigned] [Bug 134392] curl: Fix several deadlocks

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 19 22:17:19 PDT 2017


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

Basuke Suzuki <Basuke.Suzuki at sony.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #233977|0                           |1
        is obsolete|                            |
             Status|NEW                         |ASSIGNED
                 CC|                            |Basuke.Suzuki at sony.com
           Assignee|webkit-unassigned at lists.web |Basuke.Suzuki at sony.com
                   |kit.org                     |
 Attachment #315971|                            |review?, commit-queue?
              Flags|                            |

--- Comment #3 from Basuke Suzuki <Basuke.Suzuki at sony.com> ---
Created attachment 315971

  --> https://bugs.webkit.org/attachment.cgi?id=315971&action=review

remove mutex

Because JobManager calls callback sequentially from phase to phase, there is no need to maintain thread safety by mutex. m_response is the only object which is touched from background and main thread, all header received event is the last method to touch the response and all manipulation is finished by that timing.

-- 
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/20170720/9c03b480/attachment.html>


More information about the webkit-unassigned mailing list