From 2d0e9b40d3237b1450cbbfbcb996da244d964898 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 3 May 2019 13:18:12 +0200 Subject: urlapi: add CURLUPART_ZONEID to set and get The zoneid can be used with IPv6 numerical addresses. Updated test 1560 to verify. Closes #3834 --- tests/data/test1560 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/data') 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 -- cgit v1.2.3