Searched refs:capsule_protocol_value (Results 1 – 1 of 1) sorted by relevance
350 std::optional<std::string> capsule_protocol_value = in SendConnectResponse() local352 QUICHE_CHECK(capsule_protocol_value.has_value()); in SendConnectResponse()353 response_headers["Capsule-Protocol"] = *capsule_protocol_value; in SendConnectResponse()