Head-of-Line Blocking under 5% packet loss
Both grids load 25 images from identical servers (Go + Python).
The only difference is the transport protocol.
Under packet loss, HTTP/2's single TCP stream stalls all requests when a packet drops.
HTTP/3 (QUIC) isolates each request to its own stream.
tc netem delay 25ms loss 5% on server's public interface.