Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dshrpx_config.h864 std::vector<AltSvc> http2_altsvcs; member
Dshrpx.cc3934 if (!config->http.http2_altsvcs.empty()) { in process_options()
3936 config->balloc, config->http.http2_altsvcs); in process_options()
Dshrpx_config.cc4029 config->http.http2_altsvcs.push_back(std::move(altsvc)); in parse_config()