Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/adapter/
H A Doghttp2_session.cc1615 const spdy::SpdyErrorCode spdy_error_code = TranslateErrorCode(error_code); in OnHeaderStatus() local
1624 std::make_unique<spdy::SpdyRstStreamIR>(stream_id, spdy_error_code)); in OnHeaderStatus()