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/test2007 | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tests/data/test2007') diff --git a/tests/data/test2007 b/tests/data/test2007 index b169c4906..bb4d5cde9 100644 --- a/tests/data/test2007 +++ b/tests/data/test2007 @@ -90,10 +90,6 @@ Something delivered from an HTTP resource s/Last-Modified:.*// -Content-Length: 496 -Accept-ranges: bytes - - HTTP/1.1 200 OK Date: Thu, 21 Jun 2012 14:50:02 GMT Server: test-server/fake -- cgit v1.2.1