[Webkit-unassigned] [Bug 85159] [GTK] ASSERTION FAILED: shouldLoadAsEmptyDocument(r.url()) || !defersLoading() in MainResourceLoader.cpp:382

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 1 08:18:28 PDT 2012


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





--- Comment #6 from Dan Winship <danw at gnome.org>  2012-05-01 08:18:27 PST ---
hm... the call to soup_session_pause_message() in sendRequestCallback() is wrong... It ought to be just "return;", but then there also needs to be logic in platformSetDefersLoading() to handle the case of undeferring at that point (since it will need to call didReceiveResponse() then).

-- 
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