Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
H A Dshrpx_live_check.cc217 case Proto::HTTP2: in initiate_connection()
361 if (addr_->proto == Proto::HTTP2) { in connected()
425 case Proto::HTTP2: in tls_handshake()
H A Dshrpx_log.h78 // Downstream HTTP2 session log
79 #define SSLOG(SEVERITY, HTTP2) \
80 (shrpx::Log(SEVERITY, __FILE__, __LINE__) << "[DHTTP2:" << HTTP2 << "] ")
H A Dshrpx_config.h417 HTTP2, member in shrpx::Proto
H A Dshrpx_config.cc1002 out.proto = Proto::HTTP2; in parse_downstream_params()
4364 case Proto::HTTP2: in strproto()
H A Dshrpx_http2_session.cc191 get_config()->tls.dyn_rec.idle_timeout, Proto::HTTP2),
1185 // open. In HTTP2, we are supposed not to receive in on_response_headers()
1776 SSLOG(INFO, this) << "No more read/write for this HTTP2 session"; in downstream_read()
H A Dshrpx_tls.cc1557 case Proto::HTTP2: in select_next_proto_cb()
/third_party/node/src/
H A Dnode_perf_common.h37 V(HTTP2, "http2") \
/third_party/curl/tests/
H A Druntests.pl658 $feature{"http/2"} = $feat =~ /HTTP2/;

Completed in 19 milliseconds