Home
last modified time | relevance | path

Searched refs:authority_it (Results 1 - 1 of 1) sorted by relevance

/third_party/nghttp2/src/
H A Dnghttp.cc3117 auto authority_it = in main() local
3120 if (authority_it == std::end(config.headers)) { in main()
3121 authority_it = in main()
3126 if (authority_it != std::end(config.headers)) { in main()
3127 // authority_it may looks like "host:port". in main()
3128 auto uri = "https://" + (*authority_it).value; in main()
3132 << (*authority_it).name << ": " << (*authority_it).value in main()

Completed in 5 milliseconds