[Webkit-unassigned] [Bug 125622] New: [SOUP] Network process: asserts in DocumentLoader::dataReceived()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 12 01:49:36 PST 2013


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

           Summary: [SOUP] Network process: asserts in
                    DocumentLoader::dataReceived()
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: berto at igalia.com
                CC: cgarcia at igalia.com


So m_response is null because we don't get responseReceived() earlier.

This is because we're calling didReceiveResponse() from ResourceHandleSoup but the network process's NetworkResourceLoader does not implement it anymore (it was renamed to didReceiveResponseAsync() in r147952).

At the moment we cannot just use the async version without implementing the related continueDidReceiveResponse() and friends in ResourceHandle.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list