mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
2d585f2b0b
Change how content-length is set for HTTP POST headers, letting curl set the header (given the content-length) instead of manually writing it. This enables curl to know the content-length of the data. In curl 7.66, if curl does not know the content-length (e.g. when manually writing the header) curl will use Transfer-Encoding: chunked, which might not be desired. |
||
---|---|---|
.. | ||
curltask.h | ||
gstcurl.c | ||
gstcurlbasesink.c | ||
gstcurlbasesink.h | ||
gstcurldefaults.h | ||
gstcurlfilesink.c | ||
gstcurlfilesink.h | ||
gstcurlftpsink.c | ||
gstcurlftpsink.h | ||
gstcurlhttpsink.c | ||
gstcurlhttpsink.h | ||
gstcurlhttpsrc.c | ||
gstcurlhttpsrc.h | ||
gstcurlqueue.c | ||
gstcurlqueue.h | ||
gstcurlsftpsink.c | ||
gstcurlsftpsink.h | ||
gstcurlsmtpsink.c | ||
gstcurlsmtpsink.h | ||
gstcurlsshsink.c | ||
gstcurlsshsink.h | ||
gstcurltlssink.c | ||
gstcurltlssink.h | ||
meson.build |