TODO: add PR reference for native IDN support on macOS

As there was work started on this that never got completed.

Closes #5371
This commit is contained in:
Daniel Stenberg 2020-09-16 23:27:07 +02:00
Родитель ec6363be18
Коммит 15f5d59891
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 5CC908FDB71E12C2
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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.