Home
last modified time | relevance | path

Searched refs:http2conf (Results 1 – 5 of 5) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_http2_upstream.cc1033 auto &http2conf = config->http2; in Http2Upstream() local
1038 nghttp2_session_server_new2(&session_, http2conf.upstream.callbacks, this, in Http2Upstream()
1040 ? http2conf.upstream.alt_mode_option in Http2Upstream()
1041 : http2conf.upstream.option); in Http2Upstream()
1052 entry[0].value = http2conf.upstream.max_concurrent_streams; in Http2Upstream()
1058 entry[1].value = http2conf.upstream.window_size; in Http2Upstream()
1070 if (http2conf.upstream.decoder_dynamic_table_size != in Http2Upstream()
1073 entry[nentry].value = http2conf.upstream.decoder_dynamic_table_size; in Http2Upstream()
1086 : http2conf.upstream.optimize_window_size in Http2Upstream()
1087 ? std::min(http2conf.upstream.connection_window_size, in Http2Upstream()
[all …]
Dshrpx_http2_session.cc1700 auto &http2conf = config->http2; in connection_made() local
1702 rv = nghttp2_session_client_new2(&session_, http2conf.downstream.callbacks, in connection_made()
1703 this, http2conf.downstream.option); in connection_made()
1712 entry[0].value = http2conf.downstream.max_concurrent_streams; in connection_made()
1715 entry[1].value = http2conf.downstream.window_size; in connection_made()
1720 if (http2conf.no_server_push || config->http2_proxy) { in connection_made()
1726 if (http2conf.downstream.decoder_dynamic_table_size != in connection_made()
1729 entry[nentry].value = http2conf.downstream.decoder_dynamic_table_size; in connection_made()
1741 http2conf.downstream.connection_window_size); in connection_made()
Dshrpx_http2_downstream_connection.cc256 auto &http2conf = config->http2; in push_request_headers() local
276 if (!http2conf.no_cookie_crumbling) { in push_request_headers()
345 if (!http2conf.no_cookie_crumbling) { in push_request_headers()
Dshrpx.cc2014 auto &http2conf = config->http2; in fill_default_config() local
2016 auto &upstreamconf = http2conf.upstream; in fill_default_config()
2052 http2conf.timeout.stream_write = 1_min; in fill_default_config()
2055 auto &downstreamconf = http2conf.downstream; in fill_default_config()
3706 auto &http2conf = config->http2; in process_options() local
3708 auto &dumpconf = http2conf.upstream.debug.dump; in process_options()
Dshrpx_config.cc2972 auto &http2conf = config->http2; in parse_config() local
2973 http2conf.upstream.max_concurrent_streams = n; in parse_config()
2974 http2conf.downstream.max_concurrent_streams = n; in parse_config()