|
|
|
|
|
by mgaunard
873 days ago
|
|
Server-side there is no difference between a different context per TCP connection for a HTTP1 server and a different context per HTTP2 stream within a HTTP2 server. If anything the HTTP2 requires more state due to the nesting nature of the contexts. |
|
HTTP/2 is indeed more complex to maintain in the application layer but that’s less to do with the memory implications of multiplexing requests /responses over a single TCP connection.