rtspconnection: Use relative URI for non-proxy tunneled requests
authorEvan Callaway <evan.callaway@ipconfigure.com>
Mon, 14 Dec 2015 15:57:19 +0000 (10:57 -0500)
committerSebastian Dröge <sebastian@centricular.com>
Mon, 14 Dec 2015 17:21:10 +0000 (18:21 +0100)
commit5ac65d9e3a6fa43b884553d643dd1042f0ca79b2
treec60982a3f61321f7d2262d52f1ff05c6cdb742ac
parent65c7bd7a2ced2c3c82f6bb4663217c9afdb9faad
rtspconnection: Use relative URI for non-proxy tunneled requests

Match the section 5.1.2 of the HTTP/1.0 spec by using relative URIs unless we
are using a proxy server. Also, send Host header for compatability with
HTTP/1.1 and some HTTP/1.0 servers.

https://bugzilla.gnome.org/show_bug.cgi?id=758922
gst-libs/gst/rtsp/gstrtspconnection.c