Home
last modified time | relevance | path

Searched refs:accept_proxy_protocol (Results 1 – 3 of 3) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_config.h456 bool accept_proxy_protocol; member
915 bool accept_proxy_protocol; member
Dshrpx_client_handler.cc425 if (faddr_->accept_proxy_protocol || in ClientHandler()
426 config->conn.upstream.accept_proxy_protocol) { in ClientHandler()
Dshrpx_config.cc2644 addr.accept_proxy_protocol = params.proxyproto; in parse_config()
3425 config->conn.upstream.accept_proxy_protocol = util::strieq_l("yes", optarg); in parse_config()