diff options
author | Daniel Stenberg <daniel@haxx.se> | 2017-12-10 23:58:28 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-12-11 00:00:17 +0100 |
commit | 671f0b506c01897a606fe62ef96369e4bf3ca08a (patch) | |
tree | a95db23eb76e716010f95dc9e463e3353c0fddae /tests/data/test1405 | |
parent | 4b6f3cff7c6c0652579d17446973b418020248e6 (diff) |
Revert "curl: don't set CURLOPT_INTERLEAVEDATA"
This reverts commit 9ffad8eb1329bb35c8988115ac7ed85cf91ef955.
It was actually added rather recently in 8e8afa82cbb629 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.
Diffstat (limited to 'tests/data/test1405')
-rw-r--r-- | tests/data/test1405 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/data/test1405 b/tests/data/test1405 index 34b165e73..f3ad3e795 100644 --- a/tests/data/test1405 +++ b/tests/data/test1405 @@ -97,6 +97,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 |