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

« back to all changes in this revision

Viewing changes to tests/data/test1212

  • 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:
 
1
<testcase>
 
2
<info>
 
3
<keywords>
 
4
Proxy
 
5
Socks Proxy
 
6
NO_PROXY
 
7
noproxy
 
8
</keywords>
 
9
</info>
 
10
# Server-side
 
11
<reply>
 
12
<data>
 
13
HTTP/1.1 200 OK
 
14
Date: Thu, 09 Nov 2010 14:49:00 GMT
 
15
Server: test-server/fake
 
16
Content-Length: 4
 
17
Content-Type: text/html
 
18
 
 
19
boo
 
20
</data>
 
21
</reply>
 
22
 
 
23
# Client-side
 
24
<client>
 
25
<server>
 
26
http
 
27
</server>
 
28
 <name>
 
29
noproxy setting together with socks proxy
 
30
 </name>
 
31
 
 
32
<command>
 
33
http://user:secret@%HOSTIP:%HTTPPORT/ulion/1212 --socks5 non-existing-host.haxx.se:1080 --noproxy %HOSTIP --max-time 5
 
34
</command>
 
35
</client>
 
36
 
 
37
# Verify data after the test has been "shot"
 
38
<verify>
 
39
<strip>
 
40
^User-Agent:.*
 
41
</strip>
 
42
<protocol>
 
43
GET /ulion/1212 HTTP/1.1
 
44
Authorization: Basic dXNlcjpzZWNyZXQ=
 
45
Host: %HOSTIP:%HTTPPORT
 
46
Accept: */*
 
47
 
 
48
</protocol>
 
49
</verify>
 
50
</testcase>