Revert "curl: don't set CURLOPT_INTERLEAVEDATA"

This reverts commit 9ffad8eb13.

It was actually added rather recently in 8e8afa82cb due to a crash
that would otherwise happen in the RTSP code. As I don't think we've
fixed that behavior yet, we better keep this work-around until we have
fixed it better.
This commit is contained in:
Daniel Stenberg 2017-12-10 23:58:28 +01:00
parent 4b6f3cff7c
commit 671f0b506c
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
10 changed files with 10 additions and 1 deletions

View file

@ -70,6 +70,7 @@ int main(int argc, char *argv[])
them yourself.
CURLOPT_WRITEDATA set to a objectpointer
CURLOPT_INTERLEAVEDATA set to a objectpointer
CURLOPT_WRITEFUNCTION set to a functionpointer
CURLOPT_READDATA set to a objectpointer
CURLOPT_READFUNCTION set to a functionpointer