Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/adapter/
H A Doghttp2_session.h63 bool rst_stream_no_error_when_incomplete = false; member
H A Doghttp2_session.cc810 options_.rst_stream_no_error_when_incomplete && IsServerSession()) { in AfterFrameSent()
1771 if (options_.rst_stream_no_error_when_incomplete && IsServerSession() && in MaybeFinWithRstStream()
H A Doghttp2_adapter_test.cc4722 options.rst_stream_no_error_when_incomplete = true; in TEST()