Understanding HTTP/2 Parallel Requests: Streams vs Connections
The Bottleneck of HTTP/1
With HTTP/1.1, browsers impose a connection limit per domain. Take Chrome, for instance; the limit is 6 concurrent TCP connections per domain. This means that when a ...