aboutsummaryrefslogtreecommitdiff
path: root/docs/TODO
diff options
context:
space:
mode:
authorJay Satiro <raysatiro@yahoo.com>2016-11-16 02:55:30 -0500
committerJay Satiro <raysatiro@yahoo.com>2016-11-16 17:35:11 -0500
commita4d888857ede39a8e2aa5f961048c6362d3a5377 (patch)
treeb40f5f1739b490b0e6a8695bd36c516027bfcc9d /docs/TODO
parent342aa4797edfabba78755e798d23a5b6d288d50b (diff)
http2: Use huge HTTP/2 windows
- Improve performance by using a huge HTTP/2 window size. Bug: https://github.com/curl/curl/issues/1102 Reported-by: afrind@users.noreply.github.com Assisted-by: Tatsuhiro Tsujikawa
Diffstat (limited to 'docs/TODO')
-rw-r--r--docs/TODO8
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/TODO b/docs/TODO
index c3bc4eb55..99c610fe9 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -63,7 +63,6 @@
5.1 Better persistency for HTTP 1.0
5.2 support FF3 sqlite cookie files
5.3 Rearrange request header order
- 5.4 Use huge HTTP/2 windows
5.5 auth= in URLs
5.6 Refuse "downgrade" redirects
5.7 Brotli compression
@@ -528,13 +527,6 @@ This is not detailed in any FTP specification.
headers use a default value so only headers that need to be moved have to be
specified.
-5.4 Use huge HTTP/2 windows
-
- We're currently using nghttp2's default window size which is terribly small
- (64K). This becomes a bottle neck over high bandwidth networks. We should
- instead make the window size to be very big (512MB?) as we really don't do
- much flow control anyway.
-
5.5 auth= in URLs
Add the ability to specify the preferred authentication mechanism to use by