From ad16f89791917a977df42dacf5a94863fc919212 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 31 Oct 2016 08:35:08 +0100 Subject: test165: adapted to the libidn2 use and IDNA2008 fix --- tests/data/test165 | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'tests/data/test165') diff --git a/tests/data/test165 b/tests/data/test165 index ddfe1e9dc..6fc0ad2d5 100644 --- a/tests/data/test165 +++ b/tests/data/test165 @@ -31,13 +31,14 @@ http idn -CHARSET=ISO8859-1 +CHARSET=UTF-8 +LANG=en_US.UTF-8 HTTP over proxy with IDN host name -http://www.åäö.se/page/165 -x %HOSTIP:%HTTPPORT +http://www.åäö.se/page/165 -x %HOSTIP:%HTTPPORT http://www.große.de/page/165 @@ -53,6 +54,11 @@ Host: www.xn--4cab6c.se Accept: */* Proxy-Connection: Keep-Alive +GET http://www.xn--groe-xna.de/page/165 HTTP/1.1 +Host: www.xn--groe-xna.de +Accept: */* +Proxy-Connection: Keep-Alive + -- cgit v1.2.3