diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-08-11 10:12:35 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-08-11 10:12:35 +0000 |
commit | a2b2d4cd5c99741eeb9781aadfd92a5c4994da2e (patch) | |
tree | 950f0a84ce8d127a21f8b65bbb9d79baf6d669ba /tests/data/test46 | |
parent | 96e217b49628a7dd19ad4be66b1842dcf0940309 (diff) |
added test 79, a basic test that fetches an FTP URL over a HTTP proxy
Diffstat (limited to 'tests/data/test46')
-rw-r--r-- | tests/data/test46 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/data/test46 b/tests/data/test46 index 5ed2fc6a0..4ca89ae9b 100644 --- a/tests/data/test46 +++ b/tests/data/test46 @@ -8,6 +8,7 @@ Content-Type: text/html Set-Cookie: ckyPersistent=permanent; expires=Tue, 01-Jan-2010 05:00:00 GMT; path=/ Set-Cookie: ckySession=temporary; path=/ Set-Cookie: ASPSESSIONIDQGGQQSJJ=GKNBDIFAAOFDPDAIEAKDIBKE; path=/ +Set-Cookie: justaname=; path=/; Cache-control: private Content-Length: 62
@@ -34,6 +35,7 @@ HTTP, get cookies and store in cookie jar www.fake.come FALSE / FALSE 1022144953 cookiecliente si www.loser.com FALSE / FALSE 1139150993 UID 99 127.0.0.1 FALSE / FALSE 1139150993 mooo indeed +127.0.0.1 FALSE / FALSE 0 empty </file> </client> @@ -47,7 +49,7 @@ GET /want/46 HTTP/1.1 Host: 127.0.0.1:8999
Pragma: no-cache
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
-Cookie: mooo=indeed
+Cookie: empty=; mooo=indeed
</protocol> <file name="log/jar46"> @@ -58,8 +60,10 @@ Cookie: mooo=indeed www.fake.come FALSE / FALSE 1022144953 cookiecliente si www.loser.com FALSE / FALSE 1139150993 UID 99 127.0.0.1 FALSE / FALSE 1139150993 mooo indeed +127.0.0.1 FALSE / FALSE 0 empty 127.0.0.1 FALSE / FALSE 1262322000 ckyPersistent permanent 127.0.0.1 FALSE / FALSE 0 ckySession temporary 127.0.0.1 FALSE / FALSE 0 ASPSESSIONIDQGGQQSJJ GKNBDIFAAOFDPDAIEAKDIBKE +127.0.0.1 FALSE / FALSE 0 justaname </file> </verify> |