Skip to content

curlhttpsink: Set 'Expect: 100-continue'-header

Mats Lindestam requested to merge Mats/gst-plugins-bad:fix-expect_100 into master

In the upgrade of libcurl from 7.64.1 to 7.69.1 the EXPECT_100_THRESHOLD has been increased from 1 Kb to 1 Mb (see https://curl.haxx.se/mail/lib-2020-01/0050.html). This caused the gstcurlhttpsink to not being able to rewind and resend in the case, e.g. response '401 Unauthorized'. Now the 'Expect: 100-continue'-header is explicitly set in the gstcurlhttpsink.

Edited by Tim-Philipp Müller

Merge request reports