# Server-side
HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake
Content-Type: text/html
Set-Cookie: test1=one; domain=foo.com; expires=Tue Feb 1 11:56:27 MET 2007
Set-Cookie: test2=two; domain=host.foo.com; expires=Tue Feb 1 11:56:27 MET 2007
Set-Cookie: test3=three; domain=foo.com; expires=Tue Feb 1 11:56:27 MET 2007
Content-Length: 29
run 1: set cookie 1, 2 and 3
HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:01 GMT
Server: test-server/fake
Content-Type: text/html
Set-Cookie: test4=four; domain=host.foo.com; expires=Tue Feb 1 11:56:27 MET 2007
Set-Cookie: test5=five; domain=host.foo.com; expires=Tue Feb 1 11:56:27 MET 2007
Content-Length: 26
run 2: set cookie 4 and 5
HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:02 GMT
Server: test-server/fake
Content-Type: text/html
Funny-head: yesyes
Set-Cookie: test4=overwritten4; domain=host.foo.com; expires=Thu Dec 31 23:59:59 MET 2009
Set-Cookie: test1=overwritten1; domain=foo.com; expires=Tue Feb 2 11:56:27 MET 2007
Content-Type: text/html
Content-Length: 32
run 3: overwrite cookie 1 and 4
# Client-side
http
HTTP with shared cookie list (and dns cache)
lib506
http://%HOSTIP:%HOSTPORT/506
# Verify data after the test has been "shot"
GLOBAL_INIT
SHARE_INIT
CURL_LOCK_DATA_COOKIE
CURL_LOCK_DATA_DNS
*** run 1
CURLOPT_SHARE
lock: share : 0
unlock: share : 1
PERFORM
lock: dns : 2
unlock: dns : 3
lock: dns : 4
unlock: dns : 5
lock: cookie : 6
unlock: cookie : 7
lock: cookie : 8
unlock: cookie : 9
lock: cookie : 10
unlock: cookie : 11
lock: cookie : 12
unlock: cookie : 13
run 1: set cookie 1, 2 and 3
lock: dns : 14
unlock: dns : 15
lock: dns : 16
unlock: dns : 17
CLEANUP
lock: cookie : 18
unlock: cookie : 19
*** run 2
CURLOPT_SHARE
lock: share : 20
unlock: share : 21
PERFORM
lock: dns : 22
unlock: dns : 23
lock: cookie : 24
unlock: cookie : 25
lock: cookie : 26
unlock: cookie : 27
lock: cookie : 28
unlock: cookie : 29
run 2: set cookie 4 and 5
lock: dns : 30
unlock: dns : 31
lock: dns : 32
unlock: dns : 33
CLEANUP
lock: cookie : 34
unlock: cookie : 35
*** run 3
CURLOPT_SHARE
lock: share : 36
unlock: share : 37
CURLOPT_COOKIEJAR
PERFORM
lock: dns : 38
unlock: dns : 39
lock: cookie : 40
unlock: cookie : 41
lock: cookie : 42
unlock: cookie : 43
lock: cookie : 44
unlock: cookie : 45
run 3: overwrite cookie 1 and 4
lock: dns : 46
unlock: dns : 47
lock: dns : 48
unlock: dns : 49
try SHARE_CLEANUP...
lock: share : 50
unlock: share : 51
SHARE_CLEANUP failed, correct
CLEANUP
lock: cookie : 52
unlock: cookie : 53
SHARE_CLEANUP
lock: share : 54
unlock: share : 55
GLOBAL_CLEANUP
http://%HOSTIP:%HOSTPORT/506
# Netscape HTTP Cookie File
# http://www.netscape.com/newsref/std/cookie_spec.html
# This file was generated by libcurl! Edit at your own risk.
.foo.com TRUE / FALSE 1170413787 test1 overwritten1
.host.foo.com TRUE / FALSE 1170327387 test2 two
.foo.com TRUE / FALSE 1170327387 test3 three
.host.foo.com TRUE / FALSE 1262300399 test4 overwritten4
.host.foo.com TRUE / FALSE 1170327387 test5 five