[Bug 777222] souphttpsrc: redirect uri is never set

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Jan 18 14:54:51 UTC 2017


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

--- Comment #10 from Arnaud Vrac <rawoul at gmail.com> ---
I still don't know why the CI times out, but I found another issue in the code.

The code under /* Check if Range header was respected. */ is wrong. The
CUSTOM_ERROR error code is not necessarily set because of a seek, it could also
happen because of a network error while connecting.

We should either remove the check, as we already check that the server exposes
the Accept-Ranges before. Or I could add a check when read_position is set for
a 206 return code and parse the Content-Ranges header to match it with
read_position.

-- 
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