Searched refs:expected_next_proto (Results 1 – 3 of 3) sorted by relevance
34 std::string expected_next_proto; member
109 { "-expect-next-proto", &TestConfig::expected_next_proto },
1007 if (!config->expected_next_proto.empty()) { in CheckHandshakeProperties()1011 if (next_proto_len != config->expected_next_proto.size() || in CheckHandshakeProperties()1012 memcmp(next_proto, config->expected_next_proto.data(), in CheckHandshakeProperties()