Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dshrpx_config.cc4045 ssize_t catch_all_group = -1; in configure_downstream_group() local
4049 catch_all_group = i; in configure_downstream_group()
4088 if (catch_all_group == -1) { in configure_downstream_group()
4093 downstreamconf.addr_group_catch_all = catch_all_group; in configure_downstream_group()
4096 LOG(INFO) << "Catch-all pattern is group " << catch_all_group; in configure_downstream_group()