diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-04-08 10:57:25 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-04-08 10:57:25 +0200 |
commit | 045c7924acfdfa3b3b10ffb68fc1acdb79fbf4ed (patch) | |
tree | c42ae5ac78f7bbf69a70097610b93352b5107821 /docs/ROADMAP.md | |
parent | 83b39a4f4d7ce3a6df974db8d4150e30296a0577 (diff) | |
download | curl-045c7924acfdfa3b3b10ffb68fc1acdb79fbf4ed.tar.gz |
TODO: HTTP/2 "prior knowledge" is implemented!
Diffstat (limited to 'docs/ROADMAP.md')
-rw-r--r-- | docs/ROADMAP.md | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md index bad9084ec..24ae41274 100644 --- a/docs/ROADMAP.md +++ b/docs/ROADMAP.md @@ -18,11 +18,6 @@ HTTP/2 To decide: if we need to bundle parts of the nghttp2 stuff that probably won't be shipped by many distros. -- provide option for HTTP/2 "prior knowledge" over clear text - - As it would avoid the roundtrip-heavy Upgrade: procedures when you _know_ - it speaks HTTP/2. - HTTP cookies ------------ |