DumpAny

HTTP/2 Multiplexing

Speed:
Ready — Click play to start the demo
HTTP/2 Multiplexing
HTTP/1.1 lets one connection handle only one request at a time, so browsers open 6 connections and queue. HTTP/2 runs multiple streams over a single connection, plus HPACK header compression, to actually saturate the bandwidth.
💻Client🖥ServerHTTP/1.1 — 6 个 TCP 连接连接11 请求连接21 请求连接31 请求连接41 请求连接51 请求连接61 请求1 连接 = 1 请求 → 同时最多 6 个,其余排队