curl: Recover missing comment
See https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8974#note_2955585 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9213>
This commit is contained in:
parent
189d33015d
commit
230fe47b59
@ -1325,6 +1325,8 @@ gst_curl_http_src_handle_response (GstCurlHttpSrc * src)
|
||||
"No Content-Length was specified in the response.");
|
||||
src->seekable = GSTCURL_SEEKABLE_FALSE;
|
||||
} else {
|
||||
/* Note that in the case of a range get, Content-Length is the number
|
||||
of bytes requested, not the total size of the resource */
|
||||
GST_INFO_OBJECT (src,
|
||||
"Content-Length was given as %" G_GOFFSET_FORMAT,
|
||||
(goffset) curl_info_offt);
|
||||
|
Loading…
x
Reference in New Issue
Block a user