From e59371a4936f8e7e2187b09a08d34d9a4c278657 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 23 Sep 2019 17:11:22 +0200 Subject: curl: create easy handles on-demand and not ahead of time This should again enable crazy-large download ranges of the style [1-10000000] that otherwise easily ran out of memory starting in 7.66.0 when this new handle allocating scheme was introduced. Reported-by: Peter Sumatra Fixes #4393 Closes #4438 --- tests/data/test62 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/data') diff --git a/tests/data/test62 b/tests/data/test62 index 2784a0f61..82bc0d783 100644 --- a/tests/data/test62 +++ b/tests/data/test62 @@ -29,7 +29,7 @@ http HTTP, send cookies when using custom Host: -http://%HOSTIP:%HTTPPORT/we/want/62 http://%HOSTIP:%HTTPPORT/we/want?hoge=fuga -b log/jar62.txt -H "Host: www.host.foo.com" +http://%HOSTIP:%HTTPPORT/we/want/62 http://%HOSTIP:%HTTPPORT/we/want/62?hoge=fuga -b log/jar62.txt -H "Host: www.host.foo.com" # Netscape HTTP Cookie File @@ -55,7 +55,7 @@ Host: www.host.foo.com Accept: */* Cookie: test2=yes; test=yes -GET /we/want?hoge=fuga HTTP/1.1 +GET /we/want/62?hoge=fuga HTTP/1.1 Host: www.host.foo.com Accept: */* Cookie: test2=yes; test=yes -- cgit v1.2.3