Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dh2load_http1_session.cc87 client->on_stream_close(session->stream_resp_counter_, true, client->final); in htp_msg_completecb()
287 client_->on_stream_close(stream_resp_counter_ - 2, true, in on_write()
Dh2load_http2_session.cc102 client->on_stream_close(stream_id, error_code == NGHTTP2_NO_ERROR); in on_stream_close_callback()
Dh2load.h458 void on_stream_close(int32_t stream_id, bool success, bool final = false);
Dh2load_http3_session.cc146 client_->on_stream_close(stream_id, app_error_code == NGHTTP3_H3_NO_ERROR); in stream_close()
Dh2load.cc997 void Client::on_stream_close(int32_t stream_id, bool success, bool final) { in on_stream_close() function in h2load::Client
/third_party/curl/lib/
Dhttp2.c395 static int on_stream_close(nghttp2_session *session, int32_t stream_id,
439 nghttp2_session_callbacks_set_on_stream_close_callback(cbs, on_stream_close); in cf_h2_ctx_init()
1310 static int on_stream_close(nghttp2_session *session, int32_t stream_id, in on_stream_close() function
/third_party/curl/
DRELEASE-NOTES84 o http2: improved on_stream_close/data_done handling [49]
DCHANGES1768 - http2: improved on_stream_close/data_done handling
1776 - add checks in on_stream_close() to identify UNGOOD easy handles