~ubuntu-branches/ubuntu/feisty/curl/feisty-security

« back to all changes in this revision

Viewing changes to tests/data/test12

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2005-03-23 18:41:29 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050323184129-le70d05a0hk5w62j
Tags: 7.12.3-2ubuntu3
Fix the version numbers internal to debian/rules.  Closes; #8088

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
HTTP range support
28
28
 </name>
29
29
 <command>
30
 
http://%HOSTIP:%HOSTPORT/want/12 -r 100-200
 
30
http://%HOSTIP:%HTTPPORT/want/12 -r 100-200
31
31
</command>
32
32
</test>
33
33
 
39
39
<protocol>
40
40
GET /want/12 HTTP/1.1
41
41
Range: bytes=100-200
42
 
Host: 127.0.0.1:8999
 
42
Host: 127.0.0.1:%HTTPPORT
43
43
Pragma: no-cache
44
44
Accept: */*
45
45