> With HTTP/2, any interruption (packet loss) in the TCP connection blocks all streams (Head of line blocking). This issue is really noticeable on my crappy home mobile internet when loading web pages, in combination with the timeout being absurdly long for reasons I don't understand.
Found an article explaining the concept, called selective acknowledgment:
https://en.wikipedia.org/wiki/Transmission_Control_Protocol#...
Would reducing the retransmission delay be sufficient? Or simply letting the browser open two connections to a standard HTTP port?