mirror of
https://github.com/curl/curl.git
synced 2026-07-29 07:53:07 +03:00
urlapi: add CURLUPART_ZONEID to set and get
The zoneid can be used with IPv6 numerical addresses. Updated test 1560 to verify. Closes #3834
This commit is contained in:
parent
0eec832603
commit
2d0e9b40d3
8 changed files with 74 additions and 23 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue