Re: [whatwg/fetch] Update Fetch to support Token Binding. (#325)

equalsJeffH commented on this pull request.



> @@ -1408,18 +1469,50 @@ for each associated <a for="fetch group">fetch record</a> whose
 <a>connection</a> is identified by an <b>origin</b> (an
 <a for=/>origin</a>) and <b>credentials</b> (a boolean).
 
+<h4 id=connection-reuse>HTTP/2 Connection Reuse</h4>

tokbind use with http/2 is defined in [draft-ietf-tokbind-https](https://tools.ietf.org/html/draft-ietf-tokbind-https) and [draft-ietf-tokbind-protocol](https://tools.ietf.org/html/draft-ietf-tokbind-protocol), so we should not do anything here that conflicts with the latter specs.  

WRT [draft-ietf-tokbind-https](https://tools.ietf.org/html/draft-ietf-tokbind-https), it seems we overlooked "http/2 connection reuse", so having it here in fetch is nominally OK, but since -tokbind-https is not completed yet, h2  connection reuse may get (appropriately, imv) added to the latter spec in the near term as a part of last call. 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/325#discussion_r114877723

Received on Thursday, 4 May 2017 20:21:23 UTC