|
|
|
|
|
by Matthias247
3620 days ago
|
|
IMHO HTTP/2 solves HOL blocking partly. It will allow other streams to proceed if one stream is blocked due to flow control (receiver doesn't read from the stream). E.g. if you have multiple parallel downloads over a single HTTP/2 connection one blocked/paused stream won't block the others. However it doesn't have abilities that will allow individual streams to proceed if some packets are lost that only hold information for a single stream. |
|