Searched refs:max_concurrent_streams (Results 1 – 3 of 3) sorted by relevance
169 unsigned int max_concurrent_streams; member
141 uint32_t max_concurrent_streams; member546 ctx->max_concurrent_streams = DEFAULT_MAX_CONCURRENT_STREAMS; in cf_h2_ctx_open()1324 uint32_t max_conn = ctx->max_concurrent_streams; in on_frame_recv()1325 ctx->max_concurrent_streams = nghttp2_session_get_remote_settings( in on_frame_recv()1330 ctx->max_concurrent_streams); in on_frame_recv()1333 if(data && max_conn != ctx->max_concurrent_streams) { in on_frame_recv()1336 ctx->max_concurrent_streams); in on_frame_recv()2712 effective_max = ctx->max_concurrent_streams; in cf_h2_query()
426 multi->max_concurrent_streams = 100; in Curl_multi_handle()3691 multi->max_concurrent_streams = (unsigned int)streams;4127 return multi->max_concurrent_streams;
Completed in 20 milliseconds