From 15f5d5989183fda489c95aff553f05f45518a09b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 16 Sep 2020 23:27:07 +0200 Subject: [PATCH] TODO: add PR reference for native IDN support on macOS As there was work started on this that never got completed. Closes #5371 --- docs/TODO | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/TODO b/docs/TODO index 874dba874d..aefb510f1f 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.