1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

test165: adapted to the libidn2 use and IDNA2008 fix

This commit is contained in:
Daniel Stenberg 2016-10-31 08:35:08 +01:00
parent cff89bc088
commit ad16f89791

View File

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