[Bug 704053] souphttpsrc: Don't treat errors on HEAD request as fatal

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Jul 25 10:20:48 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=704053
  GStreamer | gst-plugins-good | git

--- Comment #6 from GstBlub <gstblub at gmail.com> 2013-07-25 17:20:42 UTC ---
While some errors due to HEAD requests now don't cause fatal issues, I ran into
a problem with a IIS web server returning a 404 on a HEAD request.  The exact
same GET request however returns the expected result.

In gst_soup_http_src_parse_status() only transport errors during HEAD requests
are ignored.  Other errors like client or server errors in response to a HEAD
request are still always fatal, breaking such streams.

Ignoring client/server errors for HEAD requests fixes this problem.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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