aboutsummaryrefslogtreecommitdiff
path: root/docs/HTTP2.md
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-04-08 10:57:25 +0200
committerDaniel Stenberg <daniel@haxx.se>2016-04-08 10:57:25 +0200
commit045c7924acfdfa3b3b10ffb68fc1acdb79fbf4ed (patch)
treec42ae5ac78f7bbf69a70097610b93352b5107821 /docs/HTTP2.md
parent83b39a4f4d7ce3a6df974db8d4150e30296a0577 (diff)
TODO: HTTP/2 "prior knowledge" is implemented!
Diffstat (limited to 'docs/HTTP2.md')
-rw-r--r--docs/HTTP2.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/HTTP2.md b/docs/HTTP2.md
index 5294ab5fa..cc5a5b334 100644
--- a/docs/HTTP2.md
+++ b/docs/HTTP2.md
@@ -111,9 +111,3 @@ client can use that hint to create a new connection asynchronously. For
libcurl, we may introduce a way to bring such clues to the applicaton and/or
let a subsequent request use the alternate route
automatically. [Spec](https://tools.ietf.org/html/draft-ietf-httpbis-alt-svc-14)
-
-TODO
-----
-
- - Implement "prior-knowledge" HTTP/2 connections over clear text so that
- curl can connect with HTTP/2 at once without 1.1+Upgrade.