[Webkit-unassigned] [Bug 126242] [SOUP] Response body are always NULL.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 26 04:09:03 PST 2013


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





--- Comment #1 from Sergio Villar Senin <svillar at igalia.com>  2013-12-26 04:07:00 PST ---
(In reply to comment #0)
> I get current WebKit's SoupSession and SoupMesssage in Injectedbundle using "request-queued" signal throw g_signal_add_emission_hook. But the response_body of SoupMessageBody are always NULL.

request-queued means that the request was added to the SoupSession queue and is ready to be processed. The request was not even sent to the server at that moment. Check libsoup's documentation for more information about the signals, like for example here:

https://developer.gnome.org/libsoup/stable/SoupSession.html#SoupSession-request-queued

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