~ubuntu-branches/ubuntu/warty/curl/warty-security

« back to all changes in this revision

Viewing changes to tests/data/test27

  • Committer: Bazaar Package Importer
  • Author(s): Domenico Andreoli
  • Date: 2004-06-04 19:09:25 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040604190925-wy048bp31320r2z6
Tags: 7.12.0.is.7.11.2-1
* Reverted to version 7.11.2 (closes: #252348).
* Disabled support for libidn (closes: #252367). This is to leave
  curl in unstable as much similar as possible to the one in testing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Server-side
2
2
<reply>
3
3
<data>
4
 
HTTP/1.1 200 Mooo
 
4
HTTP/1.1 200 Mooo swsclose
5
5
Connection: close
6
6
Set-Cookie: path=/; thewinneris=nowayyouwin;
7
7
 
11
11
 
12
12
# Client-side
13
13
<client>
 
14
<server>
 
15
http
 
16
</server>
14
17
 <name>
15
18
Get same cookie page several times
16
19
 </name>
28
31
GET /want/27 HTTP/1.1
29
32
Host: 127.0.0.1:8999
30
33
Pragma: no-cache
31
 
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
 
34
Accept: */*
32
35
 
33
36
GET /want/27 HTTP/1.1
34
37
Host: 127.0.0.1:8999
35
38
Pragma: no-cache
36
 
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
 
39
Accept: */*
37
40
Cookie: thewinneris=nowayyouwin
38
41
 
39
42
GET /want/27 HTTP/1.1
40
43
Host: 127.0.0.1:8999
41
44
Pragma: no-cache
42
 
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
 
45
Accept: */*
43
46
Cookie: thewinneris=nowayyouwin
44
47
 
45
48
</protocol>