[Webkit-unassigned] [Bug 144738] REGRESSION(r183861): [SOUP] Downloads are broken when using the Network Process

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 14 00:44:32 PDT 2015


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

--- Comment #8 from Carlos Garcia Campos <cgarcia at igalia.com> ---
Or we could add isDownload() to ResourceHandleClient and do something like:

if (m_handle && m_handle->client() && !m_handle->client()->isDownload())
    m_handle->setClient(nullptr);

it will always return false for non soup ports.

-- 
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/20150514/5768f170/attachment-0001.html>


More information about the webkit-unassigned mailing list