~ubuntu-branches/ubuntu/saucy/curl/saucy-proposed

« back to all changes in this revision

Viewing changes to tests/data/test83

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-05-07 12:16:37 UTC
  • mfrom: (3.4.37 sid)
  • Revision ID: package-import@ubuntu.com-20130507121637-9t3i98qgsyr9dw5d
Tags: 7.30.0-1ubuntu1
* Resynchronize on Debian. Remaining changes:
  - Drop dependencies not in main:
    + Build-Depends: Drop stunnel4 and libssh2-1-dev.
    + Drop libssh2-1-dev from binary package Depends.
  - Add new libcurl3-udeb package.
  - Add new curl-udeb package.
* Add warning to debian/patches/series.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
contents
23
23
</data>
 
24
<connect>
 
25
HTTP/1.1 200 Mighty fine indeed
 
26
 
 
27
</connect>
24
28
<datacheck>
25
29
HTTP/1.1 200 Mighty fine indeed
26
30
 
46
50
HTTP over proxy-tunnel with site authentication
47
51
 </name>
48
52
 <command>
49
 
http://%HOSTIP:%HTTPPORT/we/want/that/page/83 -p -x %HOSTIP:%PROXYPORT --user iam:myself
 
53
http://test.83:%HTTPPORT/we/want/that/page/83 -p -x %HOSTIP:%PROXYPORT --user iam:myself
50
54
</command>
51
55
</client>
52
56
 
57
61
^User-Agent:.*
58
62
</strip>
59
63
<proxy>
60
 
CONNECT %HOSTIP:%HTTPPORT HTTP/1.1
 
64
CONNECT test.83:%HTTPPORT HTTP/1.1
61
65
User-Agent: curl/7.10.7-pre2 (i686-pc-linux-gnu) libcurl/7.10.7-pre2 OpenSSL/0.9.7a zlib/1.1.3
62
 
Host: %HOSTIP:%HTTPPORT
 
66
Host: test.83:%HTTPPORT
63
67
Proxy-Connection: Keep-Alive
64
68
 
65
69
</proxy>
67
71
GET /we/want/that/page/83 HTTP/1.1
68
72
Authorization: Basic aWFtOm15c2VsZg==
69
73
User-Agent: curl/7.10.7-pre2 (i686-pc-linux-gnu) libcurl/7.10.7-pre2 OpenSSL/0.9.7a zlib/1.1.3
70
 
Host: %HOSTIP:%HTTPPORT
 
74
Host: test.83:%HTTPPORT
71
75
Accept: */*
72
76
 
73
77
</protocol>