~ubuntu-branches/ubuntu/lucid/curl/lucid-security

« back to all changes in this revision

Viewing changes to tests/data/test1

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2005-03-23 18:41:29 UTC
  • mto: (3.1.1 lenny) (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20050323184129-9hgq7luenq51umpu
Tags: upstream-7.12.3
ImportĀ upstreamĀ versionĀ 7.12.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
http
25
25
</server>
26
26
 <name>
27
 
simple HTTP GET
 
27
HTTP GET
28
28
 </name>
29
29
 <command>
30
 
http://%HOSTIP:%HOSTPORT/1
 
30
http://%HOSTIP:%HTTPPORT/1
31
31
</command>
32
32
</client>
33
33
 
39
39
</strip>
40
40
<protocol>
41
41
GET /1 HTTP/1.1
42
 
Host: 127.0.0.1:8999
 
42
Host: 127.0.0.1:%HTTPPORT
43
43
Pragma: no-cache
44
44
Accept: */*
45
45