rtspconnection: also allow POST before GET
authorWim Taymans <wtaymans@redhat.com>
Tue, 1 Jul 2014 14:19:22 +0000 (16:19 +0200)
committerWim Taymans <wtaymans@redhat.com>
Tue, 1 Jul 2014 14:30:25 +0000 (16:30 +0200)
commit0425f1cf4d085f1dc554d3c43d8a1492e9722c64
treed21a52457f7b6a88468fe5dfcdcb90c1e2925c9b
parent1db76ee66e4ab049062723f83f30892750631395
rtspconnection: also allow POST before GET

Don't only allow GET and then POST request to setup tunneling over HTTP
but also allow POST and then GET.

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=732459
gst-libs/gst/rtsp/gstrtspconnection.c
tests/check/libs/rtspconnection.c