[Webkit-unassigned] [Bug 126131] [GTK] Downloads are broken with the network process enabled
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Dec 27 16:43:36 PST 2013
https://bugs.webkit.org/show_bug.cgi?id=126131
Martin Robinson <mrobinson at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #220056|review? |review+
Flag| |
--- Comment #3 from Martin Robinson <mrobinson at webkit.org> 2013-12-27 16:41:32 PST ---
(From update of attachment 220056)
View in context: https://bugs.webkit.org/attachment.cgi?id=220056&action=review
> Source/WebCore/platform/network/soup/ResourceHandleSoup.cpp:729
> if (d->client()->usesAsyncCallbacks())
> handle->client()->didReceiveResponseAsync(handle.get(), d->m_response);
> - else
> + else {
> handle->client()->didReceiveResponse(handle.get(), d->m_response);
> + continueAfterDidReceiveResponse(handle.get());
> + }
Early return here maybe?
--
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