Home
last modified time | relevance | path

Searched refs:stream_resp_counter_ (Results 1 - 2 of 2) sorted by relevance

/third_party/nghttp2/src/
H A Dh2load_http1_session.cc46 if (session->stream_resp_counter_ > session->stream_req_counter_) { in htp_msg_begincb()
64 client->on_status_code(session->stream_resp_counter_, htp->status_code); in htp_statuscb()
81 auto req_stat = client->get_req_stat(session->stream_resp_counter_); in htp_msg_completecb()
87 client->on_stream_close(session->stream_resp_counter_, true, client->final); in htp_msg_completecb()
90 session->stream_resp_counter_ += 2; in htp_msg_completecb()
93 session->stream_req_counter_ = session->stream_resp_counter_; in htp_msg_completecb()
178 stream_resp_counter_(1), in Http1Session()
285 if (stream_resp_counter_ == stream_req_counter_) { in on_write()
287 client_->on_stream_close(stream_resp_counter_ - 2, true, in on_write()
H A Dh2load_http1_session.h50 int32_t stream_resp_counter_; member in h2load::Http1Session

Completed in 1 milliseconds