~ubuntu-branches/ubuntu/edgy/curl/edgy-updates

« back to all changes in this revision

Viewing changes to tests/data/test40

  • 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:
41
41
HTTP redirect with whitespace after ? (and conversion)
42
42
 </name>
43
43
 <command>
44
 
http://%HOSTIP:%HOSTPORT/we/are/all/twits/40 -L
 
44
http://%HOSTIP:%HTTPPORT/we/are/all/twits/40 -L
45
45
</command>
46
46
</client>
47
47
 
53
53
</strip>
54
54
<protocol>
55
55
GET /we/are/all/twits/40 HTTP/1.1
56
 
Host: 127.0.0.1:8999
 
56
Host: 127.0.0.1:%HTTPPORT
57
57
Pragma: no-cache
58
58
Accept: */*
59
59
 
60
60
GET /we/are/all/moo.html/?name=d+a+niel&testcase=/400002 HTTP/1.1
61
61
User-Agent: curl/7.10 (i686-pc-linux-gnu) libcurl/7.10 OpenSSL/0.9.6c ipv6 zlib/1.1.3
62
 
Host: 127.0.0.1:8999
 
62
Host: 127.0.0.1:%HTTPPORT
63
63
Pragma: no-cache
64
64
Accept: */*
65
65