diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-11-08 23:24:37 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-11-08 23:24:37 +0100 |
commit | 1464abf7e7470792e50c07bddac505470c5ff379 (patch) | |
tree | fc724384562e6fefc9d6ae3a300480570c78577f | |
parent | 5d5bd4460ecdf4be1813da746923dac83e65bf80 (diff) |
TODO: 1.4 alt-svc sharing
Closes #4476
-rw-r--r-- | docs/TODO | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -20,6 +20,7 @@ 1.1 TFO support on Windows 1.2 Consult %APPDATA% also for .netrc 1.3 struct lifreq + 1.4 alt-svc sharing 1.5 get rid of PATH_MAX 1.7 Support HTTP/2 for HTTP(S) proxies 1.8 CURLOPT_RESOLVE for any port number @@ -195,6 +196,13 @@ SIOCGIFADDR on newer Solaris versions as they claim the latter is obsolete. To support IPv6 interface addresses for network interfaces properly. +1.4 alt-svc sharing + + The share interface could benefit from allowing the alt-svc cache to be + possible to share between easy handles. + + See https://github.com/curl/curl/issues/4476 + 1.5 get rid of PATH_MAX Having code use and rely on PATH_MAX is not nice: |