Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dshrpx_config.h793 bool no_server_push; member
Dshrpx_http2_upstream.cc1715 if (!http2conf.no_server_push && in on_downstream_header_complete()
2234 return !(config->http2.no_server_push || in push_enabled()
Dshrpx_http2_session.cc1704 if (http2conf.no_server_push || config->http2_proxy) { in connection_made()
Dshrpx_config.cc3279 config->http2.no_server_push = util::strieq_l("yes", optarg); in parse_config()