diff options
author | Daniel Stenberg <daniel@haxx.se> | 2017-12-08 16:07:01 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-12-08 23:40:54 +0100 |
commit | 9ffad8eb1329bb35c8988115ac7ed85cf91ef955 (patch) | |
tree | eb760c23fde720333d652e46cffdf317d4bcf62d /tests/data/test1406 | |
parent | 912324024b3be13ef9c3eedfc437a9fcb7961228 (diff) | |
download | curl-9ffad8eb1329bb35c8988115ac7ed85cf91ef955.tar.gz |
curl: don't set CURLOPT_INTERLEAVEDATA
That data is only ever used by the CURLOPT_INTERLEAVEFUNCTION callback
and that option isn't set or used by the curl tool!
Updates the 9 tests that verify --libcurl
Closes #2167
Diffstat (limited to 'tests/data/test1406')
-rw-r--r-- | tests/data/test1406 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/data/test1406 b/tests/data/test1406 index 033957f60..738870ba9 100644 --- a/tests/data/test1406 +++ b/tests/data/test1406 @@ -90,7 +90,6 @@ 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 |