gstreamer/ext/curl
Ludvig Rappe 2d585f2b0b gstcurlhttpsink: Update HTTP header for curl 7.66
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.
2020-02-07 13:24:53 +00:00
..
curltask.h curlhttpsrc: Fix flagged Coverity errors 2017-07-26 23:16:10 +03:00
gstcurl.c curl: Add i18n 2017-11-21 16:30:17 +01:00
gstcurlbasesink.c remove various useless linefeed in logs 2019-12-11 10:51:29 +01:00
gstcurlbasesink.h curlsink: handle socket callback for active FTP connections as well 2015-05-25 19:37:53 +01:00
gstcurldefaults.h curlhttpsrc: fix various leaks and thread safety issues 2019-02-19 17:55:12 +00:00
gstcurlfilesink.c Minor documentation fixes 2019-05-13 11:36:27 -04:00
gstcurlfilesink.h Fix FSF address 2012-11-04 00:09:59 +00:00
gstcurlftpsink.c Minor documentation fixes 2019-05-13 11:36:27 -04:00
gstcurlftpsink.h curl*sink: fix some gst-indent problems 2014-04-26 10:20:11 +02:00
gstcurlhttpsink.c gstcurlhttpsink: Update HTTP header for curl 7.66 2020-02-07 13:24:53 +00:00
gstcurlhttpsink.h Fix FSF address 2012-11-04 00:09:59 +00:00
gstcurlhttpsrc.c remove various useless linefeed in logs 2019-12-11 10:51:29 +01:00
gstcurlhttpsrc.h curlhttpsrc: add support for range GET 2019-11-17 14:28:25 +00:00
gstcurlqueue.c curlhttpsrc: fix various leaks and thread safety issues 2019-02-19 17:55:12 +00:00
gstcurlqueue.h curlhttpsrc: fix various leaks and thread safety issues 2019-02-19 17:55:12 +00:00
gstcurlsftpsink.c Minor documentation fixes 2019-05-13 11:36:27 -04:00
gstcurlsftpsink.h curl*sink: fix some gst-indent problems 2014-04-26 10:20:11 +02:00
gstcurlsmtpsink.c Minor documentation fixes 2019-05-13 11:36:27 -04:00
gstcurlsmtpsink.h curlsmtpsink: add final boundary to all multipart emails 2014-12-19 13:16:43 +00:00
gstcurlsshsink.c Minor documentation fixes 2019-05-13 11:36:27 -04:00
gstcurlsshsink.h curlsshsink: use the locally defined types 2014-10-26 21:04:02 +00:00
gstcurltlssink.c Minor documentation fixes 2019-05-13 11:36:27 -04:00
gstcurltlssink.h Fix FSF address 2012-11-04 00:09:59 +00:00
meson.build curl: Require libcurl 7.55.0 2019-11-20 11:34:15 +01:00