From 5cd85db9faadc25d997f16880a1451b9d5cc28a2 Mon Sep 17 00:00:00 2001 From: ulion Date: Sun, 10 Feb 2013 08:16:24 +0800 Subject: SOCKS: fix socks proxy when noproxy matched Test 1212 added to verify Bug: http://curl.haxx.se/bug/view.cgi?id=1190 --- tests/data/test1212 | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 tests/data/test1212 (limited to 'tests/data/test1212') diff --git a/tests/data/test1212 b/tests/data/test1212 new file mode 100644 index 000000000..9d92a8dfb --- /dev/null +++ b/tests/data/test1212 @@ -0,0 +1,50 @@ + + + +Proxy +Socks Proxy +NO_PROXY +noproxy + + +# Server-side + + +HTTP/1.1 200 OK +Date: Thu, 09 Nov 2010 14:49:00 GMT +Server: test-server/fake +Content-Length: 4 +Content-Type: text/html + +boo + + + +# Client-side + + +http + + +noproxy setting together with socks proxy + + + +http://user:secret@%HOSTIP:%HTTPPORT/ulion/1212 --socks5 non-existing-host.haxx.se:1080 --noproxy %HOSTIP --max-time 5 + + + +# Verify data after the test has been "shot" + + +^User-Agent:.* + + +GET /ulion/1212 HTTP/1.1 +Authorization: Basic dXNlcjpzZWNyZXQ= +Host: %HOSTIP:%HTTPPORT +Accept: */* + + + + -- cgit v1.2.3