rtspconnection: do not duplicate authentication headers
authorMathieu Duponchelle <mathieu@centricular.com>
Wed, 10 Oct 2018 21:15:49 +0000 (23:15 +0200)
committerMathieu Duponchelle <mathieu@centricular.com>
Thu, 11 Oct 2018 13:35:56 +0000 (15:35 +0200)
commitaa6daaafc6ab8b8ed1b0091da12995dfe0e3ed2e
tree93766c7b328bf24d2c3dd2aca83ee548e8a4f22b
parentf766b85b96b8fe1c4d855ed52da6ad42794bc09c
rtspconnection: do not duplicate authentication headers

rtsp_connection_send takes care of adding those already,
and some reverse proxies such as nginx will reject the request
altogether if the Authorization header is present twice,
even with the same value.

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