[Bug 758922] rtspconnection should optionally make HTTP requests with abs_path instead of absoluteURI
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Dec 3 13:33:09 PST 2015
https://bugzilla.gnome.org/show_bug.cgi?id=758922
--- Comment #5 from Evan Callaway <evan.callaway at ipconfigure.com> ---
More results! Reading the HTTP/1.0 spec, I've found that absoluteURI request
form is only allowed when going to a proxy. This fix is rather small and
doesn't require the complexity of implementing HTTP/1.1 with a fall-back to
HTTP/1.0, and neatly resolves my issue. Always nice to see it work out where
there's a simpler solution to the problem.
I have to do more testing, but once things look solid I will provide a patch to
make our HTTP/1.0 requests match spec.
--
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