Commit ad16f897 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

test165: adapted to the libidn2 use and IDNA2008 fix

parent cff89bc0
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -31,13 +31,14 @@ http
idn
</features>
<setenv>
CHARSET=ISO8859-1
CHARSET=UTF-8
LANG=en_US.UTF-8
</setenv>
 <name>
HTTP over proxy with IDN host name
 </name>
 <command>
http://www..se/page/165 -x %HOSTIP:%HTTPPORT
http://www.åäö.se/page/165 -x %HOSTIP:%HTTPPORT http://www.große.de/page/165
</command>
</client>

@@ -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

</protocol>
</verify>
</testcase>