[Bug 756318] souphttpclientsink: Add "retry" for request failures

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Oct 13 02:38:11 PDT 2015


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

--- Comment #8 from minfrin at sharp.fm ---
> Wouldn't this only retry once here then? I think you need a loop
> around all this code for the number of retries

We use the asynchronous libsoup code, and as a result requests are scheduled
rather than executed synchronously. You retry by rescheduling the same request
again and leaving. You decide to fail by writing the result code away and
leaving, this gets propagated to the gstreamer thread which then decides to
shut down (or not).

There is no looping in the async code.

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