[Bug 777222] souphttpsrc: redirect uri is never set
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Mon Jan 23 11:05:20 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=777222
--- Comment #17 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
commit c08a0493ff51866cf6e7cb92d513191984ec8aef
Author: Arnaud Vrac <avrac at freebox.fr>
Date: Thu Jan 19 12:29:44 2017 +0100
souphttpsrc: report a useful error message when soup_session_send fails
This helps to understand cases where libsoup doesn't set the message
status code after running soup_session_send.
https://bugzilla.gnome.org/show_bug.cgi?id=777222
commit c4cf67cfe5f7b03d38d5657c8fa9b8aca19ba400
Author: Arnaud Vrac <avrac at freebox.fr>
Date: Thu Jan 19 11:05:00 2017 +0100
souphttpsrc: properly check that seek range was respected
This check must be done only when we are sure the request was
successfully sent. soup_session_send() might fail without setting the
status code. In this case status code is 0 so we would only catch the
error after the seek range check. In this case we would report an error
saying that the seek range was not respected, instead of reporting the
underlying error that triggered the soup_session_send() failure.
https://bugzilla.gnome.org/attachment.cgi?bugid=777222
--
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