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 /docs/TODO | |
parent | 0eec832603d3a4ba9ae69a16351cf29c37f7fb7c (diff) | |
download | curl-2d0e9b40d3237b1450cbbfbcb996da244d964898.tar.gz |
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 'docs/TODO')
-rw-r--r-- | docs/TODO | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -35,7 +35,6 @@ 1.16 Try to URL encode given URL 1.17 Add support for IRIs 1.18 try next proxy if one doesn't work - 1.19 add CURLUPART_SCOPEID 1.20 SRV and URI DNS records 1.21 Have the URL API offer IDN decoding 1.22 CURLINFO_PAUSE_STATE @@ -373,11 +372,6 @@ https://github.com/curl/curl/issues/896 -1.19 add CURLUPART_SCOPEID - - Add support for CURLUPART_SCOPEID to curl_url_set() and curl_url_get(). It is - only really used when the host name is an IPv6 numerical address. - 1.20 SRV and URI DNS records Offer support for resolving SRV and URI DNS records for libcurl to know which |