[PATCH 2/2] Add parenthesis to charset value in HTTP header for NOTIFY messages
- From: Sven Neumann <s neumann raumfeld com>
- To: gupnp-list gnome org
- Subject: [PATCH 2/2] Add parenthesis to charset value in HTTP header for NOTIFY messages
- Date: Tue, 19 Apr 2011 12:14:36 +0200
---
libgupnp/gupnp-service.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libgupnp/gupnp-service.c b/libgupnp/gupnp-service.c
index ee0c5a1..1913c7d 100644
--- a/libgupnp/gupnp-service.c
+++ b/libgupnp/gupnp-service.c
@@ -1870,7 +1870,7 @@ notify_subscriber (gpointer key,
/* Add body */
soup_message_set_request (msg,
- "text/xml; charset=utf-8",
+ "text/xml; charset=\"utf-8\"",
SOUP_MEMORY_TAKE,
g_strdup (property_set),
strlen (property_set));
--
1.7.1
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]