summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-09-16 23:27:07 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-09-16 23:27:07 +0200
commit15f5d5989183fda489c95aff553f05f45518a09b (patch)
treea409c82d585d21ae0c0184bdfafe6e002b05bc57
parentec6363be18ac595ef51d9cfc727625f8f0f65f66 (diff)
downloadcurl-15f5d5989183fda489c95aff553f05f45518a09b.tar.gz
TODO: add PR reference for native IDN support on macOS
As there was work started on this that never got completed. Closes #5371
-rw-r--r--docs/TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index 874dba874..aefb510f1 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -238,6 +238,8 @@
This could be used by curl on macOS when built without a separate IDN library
and an IDN host name is used in a URL.
+ See initial work in https://github.com/curl/curl/pull/5371
+
1.7 Support HTTP/2 for HTTP(S) proxies
Support for doing HTTP/2 to HTTP and HTTPS proxies is still missing.