summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2018-02-16 09:24:28 +0100
committerDaniel Stenberg <daniel@haxx.se>2018-02-16 09:24:28 +0100
commit74b1f89b1a7ccb60a6040615a0f20943f369d171 (patch)
tree67bc30db523b3d7320ac96b44bc3c08ffd8fa7a6
parent797b21068ecbdcbd27ebc2d1d8f1a1ea3ffa1c14 (diff)
downloadcurl-74b1f89b1a7ccb60a6040615a0f20943f369d171.tar.gz
TODO: 1.7 Support HTTP/2 for HTTP(S) proxies
-rw-r--r--docs/TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index 35319ecd8..d9d7f3e3b 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -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