- From: Adam Rice <notifications@github.com>
- Date: Tue, 25 May 2021 17:49:16 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 26 May 2021 00:49:29 UTC
@ricea commented on this pull request. > @@ -5074,21 +5073,14 @@ optional boolean <var>forceNewConnection</var> (default false), run these steps: <li><p>Let <var>networkPartitionKey</var> be the result of <a for=request>determining the network partition key</a> given <var>request</var>. - <li> - <p>Switch on <var>request</var>'s <a for=request>mode</a>: - - <dl> - <dt>"<code>websocket</code>" - <dd><p>Let <var>connection</var> be the result of - <a lt="obtain a WebSocket connection">obtaining a WebSocket connection</a>, given - <var>request</var>'s <a for=request>current URL</a>. + <li><p>Let <var>dedicatedConnection</var> be true if <var>request</var>'s <a for=request>mode</a> This might change with WebSocket over HTTP/2? -- 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/1241#pullrequestreview-668511131
Received on Wednesday, 26 May 2021 00:49:29 UTC