- From: Adam Rice <notifications@github.com>
- Date: Tue, 25 May 2021 18:51:17 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 26 May 2021 01:51:29 UTC
@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