[Webkit-unassigned] [Bug 184365] ASSERTION FAILED: formData in WebCore::ResourceRequest::doUpdateResourceHTTPBody()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 12 10:00:21 PDT 2018


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

Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |achristensen at apple.com,
                   |                            |ap at webkit.org,
                   |                            |webkit-bug-importer at group.a
                   |                            |pple.com

--- Comment #3 from Alexey Proskuryakov <ap at webkit.org> ---
This is a pretty bad logic error. Making delegate calls after creating a stream is wrong.

        // There is no FormData object if a client provided a custom data stream.
        // We shouldn't be looking at http body after client callbacks.
        ASSERT(formData);
        if (formData)
            m_httpBody = formData;

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180412/7bb44d33/attachment-0002.html>


More information about the webkit-unassigned mailing list