]> granicus.if.org Git - curl/commitdiff
ROADMAP: http2 tests are merged, mention http2 perf
authorDaniel Stenberg <daniel@haxx.se>
Tue, 28 Jun 2016 13:02:46 +0000 (15:02 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 28 Jun 2016 13:02:46 +0000 (15:02 +0200)
docs/ROADMAP.md

index d664403cf27c1b012b58ebf814ab78e0021e29c6..6e1d76b8975a15a7740ceebf18b237b377b92c07 100644 (file)
@@ -8,15 +8,11 @@ possible participation.
 HTTP/2
 ------
 
-- test suite
-
-   Base this on existing nghttp2 server to start with to make functional
-   tests. Later on we can adopt that code or work with nghttp2 to provide ways
-   to have the http2 server respond with broken responses to make sure we deal
-   with that nicely as well.
-
-   To decide: if we need to bundle parts of the nghttp2 stuff that probably
-   won't be shipped by many distros.
+Improve performance. Measurements and tests have shown that in several cases
+doing transfers over HTTP/2 can be notably slower than the same transfer done
+over HTTP/1. Some of that difference can be attributed the inefficient window
+size handling currently in use but there are probably more to be learned and
+worked on to optimize this.
 
 HTTP cookies
 ------------