[Webkit-unassigned] [Bug 105015] [SOUP] Showing blank page when reload is pressed after login to twitter.com

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 23 06:09:59 PST 2012


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





--- Comment #4 from Gustavo Noronha (kov) <gns at gnome.org>  2012-12-23 06:12:10 PST ---
I think we just need an else block zeroing the request body here:

http://trac.webkit.org/browser/trunk/Source/WebCore/platform/network/soup/ResourceRequestSoup.cpp#L106

        if (soupMessage->request_body->data)
            m_httpBody = FormData::create(soupMessage->request_body->data, soupMessage->request_body->length);
            else
            setHttpBody(0);

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