Prev Source
Next Source

Tcp Head of Line Blocking - HTTP/3 Explained

original source

If a single packet is dropped, or lost in the network somewhere between two endpoints that speak HTTP/2, it means the entire TCP connection is brought to a halt while the lost packet is re-transmitted and finds its way to the destination. Since TCP is this chain”, it means that if one link is suddenly missing, everything that would come after the lost link needs to wait.


Date
September 24, 2022