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.
This commit is contained in:
Daniel Stenberg
2004-05-24 07:13:48 +00:00
parent 755f98e768
commit 59f904d8de
7 changed files with 80 additions and 23 deletions

View File

@@ -31,10 +31,10 @@ http://%HOSTIP:%HOSTPORT/we/want/that/page/6 -b "name=contents;name2=content2"
</strip>
<protocol>
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
</protocol>
</verify>