diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-09-16 23:27:07 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-09-16 23:27:07 +0200 |
commit | 15f5d5989183fda489c95aff553f05f45518a09b (patch) | |
tree | a409c82d585d21ae0c0184bdfafe6e002b05bc57 | |
parent | ec6363be18ac595ef51d9cfc727625f8f0f65f66 (diff) | |
download | curl-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/TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |