GNOME Bugzilla – Bug 526337
souphttpsrc ignores connections error
Last modified: 2008-04-11 11:30:56 UTC
See subject. Souphttpsrc ignores all errors while not in state GST_SOUP_HTTP_SRC_SESSION_IO_STATUS_RUNNING assuming they're redirects attaching patch to fix this.
Created attachment 108674 [details] [review] Only ignore actual redirects not all responses
2008-04-06 Sebastian Dröge <slomo@circular-chaos.org> Patch by: Sjoerd Simons <sjoerd at luon dot net> * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_response_cb): Only ignore actual redirects not all responses when in state GST_SOUP_HTTP_SRC_SESSION_IO_STATUS_RUNNING. Fixes bug #526337.