]> granicus.if.org Git - curl/commit
curl: don't set CURLOPT_INTERLEAVEDATA
authorDaniel Stenberg <daniel@haxx.se>
Fri, 8 Dec 2017 15:07:01 +0000 (16:07 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 8 Dec 2017 22:40:54 +0000 (23:40 +0100)
commit9ffad8eb1329bb35c8988115ac7ed85cf91ef955
treeeb760c23fde720333d652e46cffdf317d4bcf62d
parent912324024b3be13ef9c3eedfc437a9fcb7961228
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
src/tool_operate.c
tests/data/test1400
tests/data/test1401
tests/data/test1402
tests/data/test1403
tests/data/test1404
tests/data/test1405
tests/data/test1406
tests/data/test1407
tests/data/test1420