]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
test165: adapted to the libidn2 use and IDNA2008 fix
authorDaniel Stenberg <daniel@haxx.se>
Mon, 31 Oct 2016 07:35:08 +0000 (08:35 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 31 Oct 2016 07:46:35 +0000 (08:46 +0100)
tests/data/test165

index ddfe1e9dc6f24ad86f6224ff2a64f87c93d370c9..6fc0ad2d572dcbf80a5018e5204b878296870170 100644 (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: */*\r
 Proxy-Connection: Keep-Alive\r
 \r
+GET http://www.xn--groe-xna.de/page/165 HTTP/1.1\r
+Host: www.xn--groe-xna.de\r
+Accept: */*\r
+Proxy-Connection: Keep-Alive\r
+\r
 </protocol>
 </verify>
 </testcase>