[Webkit-unassigned] [Bug 167890] New: [Soup] Long resources loaded by custom protocols sometimes never finish loading

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 6 10:14:54 PST 2017


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

            Bug ID: 167890
           Summary: [Soup] Long resources loaded by custom protocols
                    sometimes never finish loading
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Keywords: Gtk, Soup
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: cgarcia at igalia.com
                CC: bugs-noreply at webkitgtk.org, tpopela at redhat.com

It's another bug that has appeared in WebKitSoupRequestInputStream after moving the custom protocols handling to the main thread. The problem is that webkitSoupRequestInputStreamPendingReadAsyncComplete invalidates pendingAsyncRead after calling webkitSoupRequestInputStreamReadAsyncResultComplete, but in some cases webkitSoupRequestInputStreamReadAsyncResultComplete completes the task in the same run loop iteration. In that case webkitSoupRequestInputStreamReadAsync is called again creating a new AsyncReadData that is destroyed right after webkitSoupRequestInputStreamReadAsyncResultComplete returns.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170206/cb8dd807/attachment.html>


More information about the webkit-unassigned mailing list