Lines Matching defs:proto
630 StringRef proto;
633 proto = StringRef{next_proto, next_proto_len};
636 CLOG(INFO, this) << "The negotiated next protocol: " << proto;
643 proto = StringRef::from_lit("http/1.1");
646 if (!tls::in_proto_list(get_config()->tls.npn_list, proto)) {
648 CLOG(INFO, this) << "The negotiated protocol is not supported: " << proto;
653 if (util::check_h2_is_selected(proto)) {
659 alpn_ = make_string_ref(balloc_, proto);
671 if (proto == StringRef::from_lit("http/1.1")) {
1119 if (addr->proto == Proto::HTTP1) {