soup: Drop transferMode.dlna.org header
authorJens Georg <mail@jensge.org>
Mon, 14 May 2012 10:46:57 +0000 (12:46 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 28 May 2012 13:22:55 +0000 (15:22 +0200)
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

index c5e5374..fbaa81e 100644 (file)
@@ -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",