In http1.1, each new connection is served by new go routine. So in http2, we could have just one TCP connection opened towards server. So for each incoming message over http2, w