diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-10-31 08:35:08 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-10-31 08:46:35 +0100 |
commit | ad16f89791917a977df42dacf5a94863fc919212 (patch) | |
tree | 65440a70ca79033e8d0fe130d734bc0097a7688c | |
parent | cff89bc088b7884098ea0c5378bbda3d49c437bc (diff) | |
download | curl-ad16f89791917a977df42dacf5a94863fc919212.tar.gz |
test165: adapted to the libidn2 use and IDNA2008 fix
-rw-r--r-- | tests/data/test165 | 10 |
1 files changed, 8 insertions, 2 deletions
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 </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> |