diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-05-03 13:18:12 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-05-05 15:52:46 +0200 |
commit | 2d0e9b40d3237b1450cbbfbcb996da244d964898 (patch) | |
tree | 79f952f5ede7ce5af423fbd480c8ea3c7df3de6f /tests/data/test1560 | |
parent | 0eec832603d3a4ba9ae69a16351cf29c37f7fb7c (diff) |
urlapi: add CURLUPART_ZONEID to set and get
The zoneid can be used with IPv6 numerical addresses.
Updated test 1560 to verify.
Closes #3834
Diffstat (limited to 'tests/data/test1560')
-rw-r--r-- | tests/data/test1560 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/data/test1560 b/tests/data/test1560 index 9f6a122a0..a0e603bfc 100644 --- a/tests/data/test1560 +++ b/tests/data/test1560 @@ -38,6 +38,8 @@ we got https://[::1]/hello.html we got https://example.com/hello.html we got https://[fe80::20c:29ff:fe9c:409b%25eth0]/hello.html we got [fe80::20c:29ff:fe9c:409b] +we got eth0 +we got https://[fe80::20c:29ff:fe9c:409b%25clown]/hello.html success </stdout> </verify> |