Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
H A Dshrpx_connection.cc81 ev_io_init(&rev, readcb, proto == Proto::HTTP3 ? 0 : fd, EV_READ); in read_timeout()
101 if (proto != Proto::HTTP3) { in disconnect()
135 if (proto != Proto::HTTP3 && fd != -1) { in disconnect()
158 if (proto != Proto::HTTP3 && !tlsconf.session_cache.memcached.host.empty()) { in prepare_server_handshake()
H A Dshrpx_tls.cc208 auto cert_tree = conn->proto == Proto::HTTP3 in servername_callback()
225 const auto &ssl_ctx_list = conn->proto == Proto::HTTP3 in servername_callback()
H A Dshrpx_config.h418 HTTP3, member in shrpx::Proto
H A Dshrpx_client_handler.cc452 faddr->quic ? Proto::HTTP3 : Proto::NONE), in ClientHandler()
H A Dshrpx_config.cc4366 case Proto::HTTP3: in strproto()
/third_party/curl/tests/
H A Druntests.pl663 $feature{"http/3"} = $feat =~ /HTTP3/;

Completed in 18 milliseconds