|
|
|
|
|
by bigbango
4278 days ago
|
|
It has the benefit of giving us separate protocols for the transport and application layers. And of already existing, though it isn't widely deployed yet. But it would allow multiple HTTP requests to be multiplexed over a single connection. SCTP is also using some form of slow start congestion control, but since it would multiplex the HTTP requests over a single connection there would only be one initial slow start for all the requests. |
|
Which is worse than HTTP/1.1. Avoiding that problem is why HTTP/2 uses hpack.