Re: [whatwg/fetch] Editorial: modernize connection prose (#1240)

@ricea approved this pull request.

lgtm

Chromium's implementation is more complex than this. Connections are "late bound", meaning that which connection is assigned to which request is not decided until after the connection completes. This allows high priority requests to get a connection first. That's probably too big a topic for this PR, however.



-- 
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/1240#pullrequestreview-668533266

Received on Wednesday, 26 May 2021 01:51:29 UTC