Y
Hacker News
new
|
ask
|
show
|
jobs
by
derefr
3989 days ago
Do you know if the per-domain concurrent request limit is actually a request limit, or just a socket limit? That is, does it still apply if you're making all those requests using one HTTP/2 carrier socket?
1 comments
bmm6o
3989 days ago
I believe the HTTP spec talks about
requests
, though I don't know how this was translated into the HTTP/2 spec.
link