diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-10-24 14:26:38 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-10-31 08:46:35 +0100 |
commit | fba28277ca17cb102209772e8bb214854a05cc6a (patch) | |
tree | 6c2f93de0a05d4a83b0a9d19888fa6d4add27b38 /docs/TODO | |
parent | 9c91ec778104ae3b744b39444d544e82d5ee9ece (diff) | |
download | curl-fba28277ca17cb102209772e8bb214854a05cc6a.tar.gz |
TODO: remove IDNA2008
Diffstat (limited to 'docs/TODO')
-rw-r--r-- | docs/TODO | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -25,7 +25,6 @@ 1.7 Detect when called from within callbacks 1.8 Allow SSL (HTTPS) to proxy 1.9 Cache negative name resolves - 1.10 Support IDNA2008 1.11 minimize dependencies with dynamicly loaded modules 1.12 have form functions use CURL handle argument 1.14 Typesafe curl_easy_setopt() @@ -260,12 +259,6 @@ A name resolve that has failed is likely to fail when made again within a short period of time. Currently we only cache positive responses. -1.10 Support IDNA2008 - - International Domain Names are supported in libcurl since years back, powered - by libidn. libidn implements IDNA2003 which has been superseded by IDNA2008. - libidn2 is an existing library offering support for IDNA2008. - 1.11 minimize dependencies with dynamicly loaded modules We can create a system with loadable modules/plug-ins, where these modules |