[Webkit-unassigned] [Bug 112160] [GTK] Add webkit_uri_request_get_http_headers to WebKit2 GTK+ API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 23 04:10:45 PDT 2013


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





--- Comment #8 from Andreas Kling <akling at apple.com>  2013-04-23 04:09:03 PST ---
(From update of attachment 198944)
View in context: https://bugs.webkit.org/attachment.cgi?id=198944&action=review

> Source/WebCore/platform/network/soup/ResourceRequestSoup.cpp:60
> +    g_object_set(soupMessage, SOUP_MESSAGE_METHOD, httpMethod().utf8().data(), NULL);

Does g_object_set() make a copy of the string passed here? (httpMethod().utf8().data())
Otherwise this looks wrong.

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