Hello! On Wed, May 18, 2016 at 4:04 PM, David Santhosh wrote: > Quick question on HTTP2, what is the maximum number of request multiplexed > over a single TCP connection with HTTP2? > See http://nginx.org/en/docs/http/ngx_http_v2_module.html#http2_max_concurrent_streams The default is 128 and you can change that. Regards, -agentzh
Thank you agentzh!
Hello! On Wed, May 18, 2016 at 4:04 PM, David Santhosh wrote: > Quick question on HTTP2, what is the maximum number of request multiplexed > over a single TCP connection with HTTP2? > See http://nginx.org/en/docs/http/ngx_http_v2_module.html#http2_max_concurrent_streams The default is 128 and you can change that. Regards, -agentzh.