[Bug 758922] rtspconnection should optionally make HTTP requests with abs_path instead of absoluteURI

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Dec 14 08:27:13 PST 2015


https://bugzilla.gnome.org/show_bug.cgi?id=758922

Evan Callaway <evan.callaway at ipconfigure.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #316783|reviewed                    |none
             status|                            |
 Attachment #316783|0                           |1
        is obsolete|                            |

--- Comment #13 from Evan Callaway <evan.callaway at ipconfigure.com> ---
Created attachment 317382
  --> https://bugzilla.gnome.org/attachment.cgi?id=317382&action=edit
http tunneling relative uris

This patch adds the Host header to the HTTP requests that are used to setup
tunneling, but it's still claiming HTTP/1.0 in the message header.  This is
generally fine as the Host header is sort of an unofficial HTTP/1.0 header
anywway.

If there is any danger of rtsp servers strictly parsing and for "HTTP/1.0" in
the header and rejecting otherwise, we should leave it as is.  Otherwise, I
think we can update the message header to claim "HTTP/1.1" as that's really
what we're doing.  Let me know what you think and I will update this patch as
necessary.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list