From 59f904d8de005755f87aa0a4312ab7570a62c6f7 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 24 May 2004 07:13:48 +0000 Subject: Robert D. Young reported that CURLOPT_COOKIEFILE and CURLOPT_COOKIE could not be used both in one request. Fixed it and added test case 172 to verify. --- tests/data/test6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/data/test6') diff --git a/tests/data/test6 b/tests/data/test6 index fbd5c16ab..9a0d02cc3 100644 --- a/tests/data/test6 +++ b/tests/data/test6 @@ -31,10 +31,10 @@ http://%HOSTIP:%HOSTPORT/we/want/that/page/6 -b "name=contents;name2=content2" GET /we/want/that/page/6 HTTP/1.1 -Cookie: name=contents;name2=content2 Host: 127.0.0.1:8999 Pragma: no-cache Accept: */* +Cookie: name=contents;name2=content2 -- cgit v1.2.3