From b88940850002a3f1c25bc6488b95ad30eb80d696 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 20 Jul 2019 19:14:00 +0200 Subject: curl: support parallel transfers This is done by making sure each individual transfer is first added to a linked list as then they can be performed serially, or at will, in parallel. Closes #3804 --- tests/data/test2009 | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tests/data/test2009') diff --git a/tests/data/test2009 b/tests/data/test2009 index b0e5c6c66..1a9335851 100644 --- a/tests/data/test2009 +++ b/tests/data/test2009 @@ -83,10 +83,6 @@ Some contents delivered from an HTTP resource s/Last-Modified:.*// -Content-Length: 496 -Accept-ranges: bytes - - HTTP/1.1 200 OK Date: Thu, 21 Jun 2012 16:27:17 GMT Server: test-server/fake -- cgit v1.2.3