GNOME Bugzilla – Bug 658633
Properly quote charset in SOAP requests
Last modified: 2011-09-12 19:59:21 UTC
soup_message_headers_append apparently eats the quotes. So we're using soup_message_headers_set_content_type instead.
Created attachment 196063 [details] [review] Properly quote charset in SOAP requests
Note: Not very happy about creating the GHashTable all the time. Suggestions welcome.
Created attachment 196064 [details] [review] Properly quote charset in SOAP requests soup_message_headers_append apparently eats the quotes. So we're using soup_message_headers_set_content_type instead.
Review of attachment 196064 [details] [review]: Merged!