How many concurrent requests should we multiplex in HTTP/2

The number of streams that client and server can initiate isn’t unlimited, it’s mandated by the SETTINGS_MAX_CONCURRENT_STREAMS parameter of the SETTINGS frame that each peer sends at the beginning of the connection: see section 6.5.2 of RFC 7540 The default is unlimited, and the RFC has the following recommendation: It is recommended that this value … Read more