Home
last modified time | relevance | path

Searched defs:reset_stream (Results 1 – 1 of 1) sorted by relevance

/third_party/nghttp2/src/
Dh2load_http3_session.cc238 int reset_stream(nghttp3_conn *conn, int64_t stream_id, uint64_t app_error_code, in reset_stream() function
248 int Http3Session::reset_stream(int64_t stream_id, uint64_t app_error_code) { in reset_stream() function in h2load::Http3Session