~ubuntu-branches/ubuntu/hardy/curl/hardy-updates

« back to all changes in this revision

Viewing changes to tests/data/test503

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-12-04 01:09:30 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20071204010930-he4zlo7f3qdaz3qz
Tags: 7.17.1-1ubuntu1
* Merge with Debian; remaining changes:
  - Drop the stunnel build dependency.
* Drop the build-dependency on libdb4.5-dev, add build-dependency on
  openssh-server.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
simple multi http:// through proxytunnel with authentication info
36
36
 </name>
37
37
 <command>
38
 
http://%HOSTIP:%HTTPSPORT/503 127.0.0.1:%HTTPPORT
 
38
http://%HOSTIP:%HTTPSPORT/503 %HOSTIP:%HTTPPORT
39
39
</command>
40
40
<file name="log/test503.txt">
41
41
foo
49
49
# Verify data after the test has been "shot"
50
50
<verify>
51
51
<protocol>
52
 
CONNECT 127.0.0.1:%HTTPSPORT HTTP/1.0
53
 
Host: 127.0.0.1:%HTTPSPORT
 
52
CONNECT %HOSTIP:%HTTPSPORT HTTP/1.0
 
53
Host: %HOSTIP:%HTTPSPORT
54
54
Proxy-Authorization: Basic dGVzdDppbmc=
55
55
Proxy-Connection: Keep-Alive
56
56
 
57
57
GET /503 HTTP/1.1
58
58
Authorization: Basic dGVzdDppbmc=
59
 
Host: 127.0.0.1:%HTTPSPORT
 
59
Host: %HOSTIP:%HTTPSPORT
60
60
Accept: */*
61
61
 
62
62
</protocol>