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

« back to all changes in this revision

Viewing changes to tests/data/test306

  • 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
#
 
2
# Server-side
 
3
<reply>
 
4
<data>
 
5
No headers at all, just data swsclose
 
6
 
 
7
Let's get
 
8
 
 
9
a little
 
10
 
 
11
so that
 
12
 
 
13
we
 
14
 
 
15
have
 
16
 
 
17
some
 
18
 
 
19
test
 
20
 
 
21
data to
 
22
 
 
23
verify
 
24
</data>
 
25
</reply>
 
26
 
 
27
#
 
28
# Client-side
 
29
<client>
 
30
<server>
 
31
https
 
32
</server>
 
33
 <name>
 
34
HTTPS GET, receive no headers only data!
 
35
 </name>
 
36
 <command>
 
37
-k https://%HOSTIP:%HTTPSPORT/306
 
38
</command>
 
39
</test>
 
40
 
 
41
#
 
42
# Verify data after the test has been "shot"
 
43
<verify>
 
44
<strip>
 
45
^User-Agent:.*
 
46
</strip>
 
47
<protocol>
 
48
GET /306 HTTP/1.1
 
49
Host: 127.0.0.1:8433
 
50
Pragma: no-cache
 
51
Accept: */*
 
52
 
 
53
</protocol>
 
54
</verify>