[Bug 795176] souphttpsrc: bytes loss if no content-length

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Apr 12 22:21:20 UTC 2018


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

--- Comment #1 from Nicola <lists at svrinformatica.it> ---
the problem is that g_input_stream_read here:

https://cgit.freedesktop.org/gstreamer/gst-plugins-good/tree/ext/soup/gstsouphttpsrc.c#n1710

return 0 but we are not really at the end of the file since other
implementations work as expected, could be a glib bug?

According to the docs here:

https://developer.gnome.org/gio/stable/GInputStream.html#g-input-stream-read

"""
Zero is returned on end of file (or if count is zero), but never otherwise.
"""

this not seems the case, thanks

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