Home
last modified time | relevance | path

Searched refs:max_concurrent_streaming_requests_per_connection (Results 1 – 4 of 4) sorted by relevance

/dports/www/h2o-devel/h2o-dcc7134/lib/core/
H A Dconfig.c195 …config->http2.max_concurrent_streaming_requests_per_connection = H2O_HTTP2_SETTINGS_HOST_MAX_CONCU… in h2o_config_init()
H A Dconfigurator.c462 …tor_scanf(cmd, node, "%zu", &ctx->globalconf->http2.max_concurrent_streaming_requests_per_connecti… in on_config_http2_max_concurrent_streaming_requests_per_connection()
/dports/www/h2o-devel/h2o-dcc7134/include/
H A Dh2o.h413 size_t max_concurrent_streaming_requests_per_connection; member
/dports/www/h2o-devel/h2o-dcc7134/lib/http2/
H A Dconnection.c229 … conn->super.ctx->globalconf->http2.max_concurrent_streaming_requests_per_connection) in run_pending_requests()