~ubuntu-branches/ubuntu/vivid/curl/vivid

« back to all changes in this revision

Viewing changes to tests/data/test1078

  • 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:
13
13
#
14
14
# Server-side
15
15
<reply>
 
16
<connect>
 
17
HTTP/1.1 200 Mighty fine indeed
 
18
Server: test tunnel 2000
 
19
 
 
20
</connect>
 
21
 
16
22
<data nocheck="yes">
17
23
HTTP/1.0 200 OK
18
24
Date: Thu, 09 Nov 2010 14:49:00 GMT
37
43
HTTP 1.0 CONNECT with proxytunnel and downgrade GET to HTTP/1.0
38
44
 </name>
39
45
 <command>
40
 
--proxy1.0 %HOSTIP:%PROXYPORT -p http://%HOSTIP:%HTTPPORT/we/want/that/page/1078 http://%HOSTIP:%HTTPPORT/we/want/that/page/1078
 
46
--proxy1.0 %HOSTIP:%PROXYPORT -p http://%HOSTIP.1078:%HTTPPORT/we/want/that/page/1078 http://%HOSTIP.1078:%HTTPPORT/we/want/that/page/1078
41
47
</command>
42
48
</client>
43
49
 
48
54
^User-Agent:.*
49
55
</strip>
50
56
<proxy>
51
 
CONNECT %HOSTIP:%HTTPPORT HTTP/1.0
52
 
Host: %HOSTIP:%HTTPPORT
 
57
CONNECT %HOSTIP.1078:%HTTPPORT HTTP/1.0
 
58
Host: %HOSTIP.1078:%HTTPPORT
53
59
Proxy-Connection: Keep-Alive
54
60
 
55
61
</proxy>
56
62
<protocol>
57
63
GET /we/want/that/page/1078 HTTP/1.1
58
 
Host: %HOSTIP:%HTTPPORT
 
64
Host: %HOSTIP.1078:%HTTPPORT
59
65
Accept: */*
60
66
 
61
67
GET /we/want/that/page/1078 HTTP/1.0
62
 
Host: %HOSTIP:%HTTPPORT
 
68
Host: %HOSTIP.1078:%HTTPPORT
63
69
Accept: */*
64
70
 
65
71
</protocol>
66
72
<stdout>
67
73
HTTP/1.1 200 Mighty fine indeed
 
74
Server: test tunnel 2000
68
75
 
69
76
HTTP/1.0 200 OK
70
77
Date: Thu, 09 Nov 2010 14:49:00 GMT