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
This commit is contained in:
Jens Georg 2012-05-14 12:46:57 +02:00 committed by Sebastian Dröge
parent 0b82806547
commit 982c1b479f

View 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",