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

« back to all changes in this revision

Viewing changes to tests/data/test32

  • 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 with -d and -G
28
28
 </name>
29
29
 <command>
30
 
-d "foo=moo&moo=poo" http://%HOSTIP:%HOSTPORT/32 -G
 
30
-d "foo=moo&moo=poo" http://%HOSTIP:%HTTPPORT/32 -G
31
31
</command>
32
32
</client>
33
33
 
38
38
^User-Agent:.*
39
39
</strip>
40
40
<protocol>
41
 
GET /32?foo=moo&moo=poo HTTP/1.1
42
 
User-Agent: curl/7.9.5 (i686-pc-linux-gnu) libcurl 7.9.5-cvs (OpenSSL 0.9.5) (ipv6 enabled)
43
 
Host: 127.0.0.1:8999
44
 
Pragma: no-cache
45
 
Accept: */*
46
 
 
 
41
GET /32?foo=moo&moo=poo HTTP/1.1
 
42
User-Agent: curl/7.9.5 (i686-pc-linux-gnu) libcurl 7.9.5-cvs (OpenSSL 0.9.5) (ipv6 enabled)
 
43
Host: 127.0.0.1:%HTTPPORT
 
44
Pragma: no-cache
 
45
Accept: */*
 
46
 
47
47
</protocol>
48
48
</verify>