From 045c7924acfdfa3b3b10ffb68fc1acdb79fbf4ed Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 8 Apr 2016 10:57:25 +0200 Subject: [PATCH] TODO: HTTP/2 "prior knowledge" is implemented! --- docs/HTTP2.md | 6 ------ docs/ROADMAP.md | 5 ----- 2 files changed, 11 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. 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 ------------