- From: vanupam <notifications@github.com>
- Date: Fri, 12 May 2017 19:25:45 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Saturday, 13 May 2017 02:26:20 UTC
vanupam commented on this pull request. > + then run these substeps: + <ol> + <li><p>Let <var>referredTlsConnection</var> be the result of getting a TLS connection for + <var>httpRequest</var>'s <a for=request>referred-token-binding origin</a> + with credentials <code>true</code> from the <a for=connection>connection pool</a>. + + <li><p>If Token Binding was not negotiated for <var>referredTlsConnection</var>, + set <var>referredTokenBinding</var> to null. + + <li><p>If Token Binding was negotiated for <var>referredTlsConnection</var> then: + <ol> + <li><p>Let <var>referredTokenBindingKeyPair</var> be the result of getting the Token Binding + key for <var>httpRequest</var>'s <a for=request>referred-token-binding origin</a> + and <var>referredTlsConnection</var>'s <a for=/>token-binding key parameters</a> metadata, + obtained by following the steps in the + <a href=#getting-token-binding-key>Getting a Token Binding Key</a> section of this document. Done. -- 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_r116348525
Received on Saturday, 13 May 2017 02:26:20 UTC