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

« back to all changes in this revision

Viewing changes to tests/data/test8

  • 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 OK
 
4
HTTP/1.1 200 OK swsclose
5
5
Date: Thu, 09 Nov 2010 14:49:00 GMT
6
6
Server: test-server/fake
7
7
 
10
10
 
11
11
# Client-side
12
12
<client>
 
13
<server>
 
14
http
 
15
</server>
13
16
 <name>
14
17
HTTP with cookie parsing from header file
15
18
 </name>
40
43
GET /we/want/8 HTTP/1.1
41
44
Host: 127.0.0.1:8999
42
45
Pragma: no-cache
43
 
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
 
46
Accept: */*
44
47
Cookie: partmatch=present; foobar=name
45
48
 
46
49
</protocol>