Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dh2load.cc904 } else if (util::streq(NGHTTP2_H1_1, proto)) { in connection_made()
921 selected_proto = NGHTTP2_H1_1.str(); in connection_made()
949 selected_proto = NGHTTP2_H1_1.str(); in connection_made()
1880 << NGHTTP2_CLEARTEXT_PROTO_VERSION_ID << R"( and )" << NGHTTP2_H1_1 << R"( in print_help()
2133 } else if (util::strieq(NGHTTP2_H1_1, proto)) { in main()
Dutil.h71 constexpr auto NGHTTP2_H1_1 = StringRef::from_lit("http/1.1"); variable