From 9ffad8eb1329bb35c8988115ac7ed85cf91ef955 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 8 Dec 2017 16:07:01 +0100 Subject: 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 --- tests/data/test1400 | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/data/test1400') diff --git a/tests/data/test1400 b/tests/data/test1400 index 0cef18dfd..e8090f552 100644 --- a/tests/data/test1400 +++ b/tests/data/test1400 @@ -81,7 +81,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 -- cgit v1.2.3