Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dshrpx_tls.cc1537 if (util::streq(NGHTTP2_H1_1_ALPN, StringRef{in, in + (in[0] + 1)})) { in select_h1_next_proto_cb()
2407 SSL_set_alpn_protos(ssl, NGHTTP2_H1_1_ALPN.byte(), NGHTTP2_H1_1_ALPN.size()); in setup_downstream_http1_alpn()
Dutil.h74 constexpr auto NGHTTP2_H1_1_ALPN = StringRef::from_lit("\x8http/1.1"); variable
Dh2load.cc1138 if (util::streq(NGHTTP2_H1_1_ALPN, StringRef{proto})) { in connection_made()