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

TODO: 1.7 Support HTTP/2 for HTTP(S) proxies

This commit is contained in:
Daniel Stenberg 2018-02-16 09:24:28 +01:00
parent 797b21068e
commit 74b1f89b1a
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -22,6 +22,7 @@
1.4 signal-based resolver timeouts
1.5 get rid of PATH_MAX
1.6 Modified buffer size approach
1.7 Support HTTP/2 for HTTP(S) proxies
1.8 CURLOPT_RESOLVE for any port number
1.9 Cache negative name resolves
1.10 auto-detect proxy
@ -239,6 +240,10 @@
Dynamically allocate buffer size depending on protocol in use in combination
with freeing it after each individual transfer? Other suggestions?
1.7 Support HTTP/2 for HTTP(S) proxies
Support for doing HTTP/2 to HTTP and HTTPS proxies is still missing.
1.8 CURLOPT_RESOLVE for any port number
This option allows applications to set a replacement IP address for a given