1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

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
parent ec6363be18
commit 15f5d59891
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

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