Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/spdy/core/
H A Dhttp2_frame_decoder_adapter.cc540 Http2ErrorCode http2_error_code) { in OnRstStream() argument
541 QUICHE_DVLOG(1) << "OnRstStream: " << header << "; code=" << http2_error_code; in OnRstStream()
544 ParseErrorCode(static_cast<uint32_t>(http2_error_code)); in OnRstStream()
H A Dhttp2_frame_decoder_adapter.h188 Http2ErrorCode http2_error_code) override;