Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/balsa/
H A Dbalsa_frame.cc45 constexpr size_t kSwitchingProtocolsStatusCode = 101; variable
863 headers_->parsed_response_code() != kSwitchingProtocolsStatusCode) { in ProcessHeaders()