Home
last modified time | relevance | path

Searched refs:capsule_protocol_value (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/tools/
H A Dconnect_udp_tunnel.cc350 std::optional<std::string> capsule_protocol_value = in SendConnectResponse() local
352 QUICHE_CHECK(capsule_protocol_value.has_value()); in SendConnectResponse()
353 response_headers["Capsule-Protocol"] = *capsule_protocol_value; in SendConnectResponse()