After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 526337 - souphttpsrc ignores connections error
souphttpsrc ignores connections error
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 0.10.7
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-04-05 14:59 UTC by Sjoerd Simons
Modified: 2008-04-11 11:30 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Only ignore actual redirects not all responses (750 bytes, patch)
2008-04-05 15:01 UTC, Sjoerd Simons
committed Details | Review

Description Sjoerd Simons 2008-04-05 14:59:34 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.
Comment 1 Sjoerd Simons 2008-04-05 15:01:05 UTC
Created attachment 108674 [details] [review]
Only ignore actual redirects not all responses
Comment 2 Sebastian Dröge (slomo) 2008-04-06 09:02:20 UTC
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.