~ubuntu-branches/ubuntu/dapper/curl/dapper-security

« back to all changes in this revision

Viewing changes to tests/data/test48

  • 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:
19
19
HTTP with -d and -G and -I
20
20
 </name>
21
21
 <command>
22
 
-d "foo=moo&moo=poo" http://%HOSTIP:%HOSTPORT/48 -G -I
 
22
-d "foo=moo&moo=poo" http://%HOSTIP:%HTTPPORT/48 -G -I
23
23
</command>
24
24
</client>
25
25
 
30
30
^User-Agent:.*
31
31
</strip>
32
32
<protocol>
33
 
HEAD /48?foo=moo&moo=poo HTTP/1.1
34
 
Host: 127.0.0.1:8999
35
 
Pragma: no-cache
36
 
Accept: */*
37
 
 
 
33
HEAD /48?foo=moo&moo=poo HTTP/1.1
 
34
Host: 127.0.0.1:%HTTPPORT
 
35
Pragma: no-cache
 
36
Accept: */*
 
37
 
38
38
</protocol>
39
39
</verify>