Searched refs:no_server_push (Results 1 – 4 of 4) sorted by relevance
793 bool no_server_push; member
1715 if (!http2conf.no_server_push && in on_downstream_header_complete()2234 return !(config->http2.no_server_push || in push_enabled()
1704 if (http2conf.no_server_push || config->http2_proxy) { in connection_made()
3279 config->http2.no_server_push = util::strieq_l("yes", optarg); in parse_config()