]> granicus.if.org Git - curl/commitdiff
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)
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

index 5401955afba14f108a4166b3cd52224564d6d08b..fe7b6520069701e027465ef4f516d4cf2c31155a 100644 (file)
@@ -864,7 +864,7 @@ static CURLcode operate_do(struct GlobalConfig *global,
 
         /* where to store */
         my_setopt(curl, CURLOPT_WRITEDATA, &outs);
-        my_setopt(curl, CURLOPT_INTERLEAVEDATA, &outs);
+
         if(metalink || !config->use_metalink)
           /* what call to write */
           my_setopt(curl, CURLOPT_WRITEFUNCTION, tool_write_cb);
index 0cef18dfd0c98517cf355a764cdb3e92aa17a760..e8090f552b1e381cad4c3cc01637d67f900d920c 100644 (file)
@@ -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
index de4d0aa4f7b8a9f2cfca1ff0de93212cc9ebd75c..02705df2e1a9ceb1fd4e9ed4023e3487e156897d 100644 (file)
@@ -100,7 +100,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
index d2b05f56204220871f019d791f41e42112714de8..9c4f47342f5705028e6f37efd8fc5ea05cec36d3 100644 (file)
@@ -88,7 +88,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
index b0872831477b4e278ae3cc9502c4cf8454ef6ff4..c7b8896a8043a99254ad3aaacf923737e8df9923 100644 (file)
@@ -83,7 +83,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
index 53ab37b49981ea1a9841f6c803a7319089d63614..6d81441aa548f7365af67d152d7137f3ea1cab97 100644 (file)
@@ -152,7 +152,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
index f3ad3e7953fda3e2c22332e83285eb8160f56af4..34b165e73974f3b4fedbe235e2793d1b328e2132 100644 (file)
@@ -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
index 033957f607687f4a509dbc65fd57c377f0fbf1b6..738870ba9db13205cace465cde76bd9588c55c8f 100644 (file)
@@ -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
index 5a3de1b179dd510eaae957d911909190add73225..a8cc18e6c33b00d3ef28b23fc209707f2b37da97 100644 (file)
@@ -70,7 +70,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
index 38139e0b0847bf864d57744ba46cef9064a1181f..69337e770e98e2a7b9e2041d4b9fb8f1d5584194 100644 (file)
@@ -75,7 +75,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