From 982c1b479f5f29415e6431d324c85a5dd60ceaa5 Mon Sep 17 00:00:00 2001 From: Jens Georg Date: Mon, 14 May 2012 12:46:57 +0200 Subject: [PATCH] soup: Drop transferMode.dlna.org header Leave it to the application to decide on the header. No header at all is better than having the wrong header as DLNA mandates that a missing header has to be tolerated while a wrong header is an error. https://bugzilla.gnome.org/show_bug.cgi?id=676020 --- ext/soup/gstsouphttpsrc.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ext/soup/gstsouphttpsrc.c b/ext/soup/gstsouphttpsrc.c index c5e5374..fbaa81e 100644 --- a/ext/soup/gstsouphttpsrc.c +++ b/ext/soup/gstsouphttpsrc.c @@ -1083,8 +1083,6 @@ gst_soup_http_src_build_message (GstSoupHTTPSrc * src) *cookie); } } - soup_message_headers_append (src->msg->request_headers, - "transferMode.dlna.org", "Streaming"); src->retry = FALSE; g_signal_connect (src->msg, "got_headers", -- 2.7.4