[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 05:04:54 PDT 2013


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





--- Comment #9 from Carlos Garcia Campos <cgarcia at igalia.com>  2013-04-23 05:03:12 PST ---
(In reply to comment #8)
> (From update of attachment 198944 [details])
> 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.

Yes, it copies the string.

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