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/test1405 | |
parent | 912324024b3be13ef9c3eedfc437a9fcb7961228 (diff) |
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/test1405')
-rw-r--r-- | tests/data/test1405 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/data/test1405 b/tests/data/test1405 index f3ad3e795..34b165e73 100644 --- a/tests/data/test1405 +++ b/tests/data/test1405 @@ -97,7 +97,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 |