Searched refs:on_stream_close (Results 1 – 8 of 8) sorted by relevance
/third_party/nghttp2/src/ |
D | h2load_http1_session.cc | 87 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()
|
D | h2load_http2_session.cc | 102 client->on_stream_close(stream_id, error_code == NGHTTP2_NO_ERROR); in on_stream_close_callback()
|
D | h2load.h | 458 void on_stream_close(int32_t stream_id, bool success, bool final = false);
|
D | h2load_http3_session.cc | 146 client_->on_stream_close(stream_id, app_error_code == NGHTTP3_H3_NO_ERROR); in stream_close()
|
D | h2load.cc | 997 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/ |
D | http2.c | 395 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/ |
D | RELEASE-NOTES | 84 o http2: improved on_stream_close/data_done handling [49]
|
D | CHANGES | 1768 - http2: improved on_stream_close/data_done handling 1776 - add checks in on_stream_close() to identify UNGOOD easy handles
|