Re: [whatwg/fetch] Add more parameters to "obtain a connection" (#1171)

@yutakahirano commented on this pull request.



>  
 <ol>
- <li><p>If the user agent's <a>connection pool</a> contains a <a>connection</a> whose <b>key</b> is
- <var>key</var>, <b>origin</b> is <var>origin</var>, and <b>credentials</b> is
- <var>credentials</var>, then return that <a>connection</a>.
+ <li>
+  <p>If <var>sharable</var> is true, then:
+
+  <ol>
+   <li><p>Let <var>connections</var> be a set of <a>connection</a>s in the user agent's

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/1171#discussion_r578205369

Received on Thursday, 18 February 2021 08:05:05 UTC