GNOME Bugzilla – Bug 711689
client: allow absolute path in requests
Last modified: 2014-02-25 22:27:54 UTC
Created attachment 259280 [details] [review] client: allow absolute path in requests According to http://www.ietf.org/rfc/rfc2326.txt, RTSP requests should always contain the absolute URL. Many clients send absolute paths in the RTSP requests.
Review of attachment 259280 [details] [review]: Remove the common change from the patch please ::: tests/check/gst/client.c @@ +193,3 @@ + /* OPTIONS with an absolute path instead of an absolute url */ + /* set host information */ + fd = socket (AF_INET, SOCK_STREAM, 0); This is not very portable, better use GIO to create the socket too.
Created attachment 259646 [details] [review] client: allow absolute path in requests
commit adc02db975d8bf615dda3e33efcb0feb490f5e83 Author: Patricia Muscalu <patricia@axis.com> Date: Tue Nov 12 10:55:14 2013 +0100 client: allow absolute path in requests Fixes https://bugzilla.gnome.org/show_bug.cgi?id=711689