From b7f90470be9b75f57167abbcd63aadb2e3b33958 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 3 Mar 2018 14:12:35 +0100 Subject: NO_PROXY: fix for IPv6 numericals in the URL Added test 1265 that verifies. Reported-by: steelman on github Fixes #2353 Closes #2355 --- tests/data/test1265 | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 tests/data/test1265 (limited to 'tests/data/test1265') diff --git a/tests/data/test1265 b/tests/data/test1265 new file mode 100644 index 000000000..5d3ef6dc8 --- /dev/null +++ b/tests/data/test1265 @@ -0,0 +1,53 @@ + + + +HTTP +HTTP 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 + +foo + + + +# Client-side + + +http-ipv6 + + +NO_PROXY with IPv6 numerical address + + +http_proxy=http://%HOSTIP:%HTTPPORT +NO_PROXY=::1 + + +http://%HOST6IP:%HTTP6PORT/1265 + + + +# Verify data after the test has been "shot" + + +^User-Agent:.* + + +GET /1265 HTTP/1.1 +Host: %HOST6IP:%HTTP6PORT +Accept: */* + + + + -- cgit v1.2.3