Home
last modified time | relevance | path

Searched refs:get_request_state (Results 1 – 7 of 7) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_https_upstream.cc153 assert(downstream->get_request_state() == DownstreamState::INITIAL); in htp_uricb()
185 if (downstream->get_request_state() == DownstreamState::INITIAL) { in htp_hdr_keycb()
192 if (downstream->get_request_state() == DownstreamState::INITIAL) { in htp_hdr_keycb()
240 if (downstream->get_request_state() == DownstreamState::INITIAL) { in htp_hdr_valcb()
247 if (downstream->get_request_state() == DownstreamState::INITIAL) { in htp_hdr_valcb()
648 switch (downstream->get_request_state()) { in on_read()
689 downstream->get_request_state() == DownstreamState::MSG_COMPLETE && in on_read()
717 if (downstream->get_request_state() == DownstreamState::CONNECT_FAIL) { in on_read()
719 } else if (downstream->get_request_state() == in on_read()
776 if (downstream->get_request_state() == DownstreamState::MSG_COMPLETE) { in on_write()
[all …]
Dshrpx_http2_downstream_connection.cc65 if (downstream_->get_request_state() == DownstreamState::STREAM_CLOSED && in ~Http2DownstreamConnection()
191 downstream->get_request_state() == DownstreamState::MSG_COMPLETE && in http2_data_read_callback()
Dshrpx_downstream.h399 DownstreamState get_request_state() const;
Dshrpx_downstream.cc626 DownstreamState Downstream::get_request_state() const { return request_state_; } in get_request_state() function in shrpx::Downstream
Dshrpx_http2_session.cc847 downstream->get_request_state() == DownstreamState::INITIAL) { in on_stream_close_callback()
Dshrpx_http2_upstream.cc80 if (downstream->get_request_state() == DownstreamState::CONNECT_FAIL) { in on_stream_close_callback()
Dshrpx_http3_upstream.cc2511 if (downstream->get_request_state() == DownstreamState::CONNECT_FAIL) { in http_stream_close()