Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dshrpx_https_upstream.cc140 assert(downstream->get_request_state() == DownstreamState::INITIAL); in htp_uricb()
172 if (downstream->get_request_state() == DownstreamState::INITIAL) { in htp_hdr_keycb()
179 if (downstream->get_request_state() == DownstreamState::INITIAL) { in htp_hdr_keycb()
227 if (downstream->get_request_state() == DownstreamState::INITIAL) { in htp_hdr_valcb()
234 if (downstream->get_request_state() == DownstreamState::INITIAL) { in htp_hdr_valcb()
617 switch (downstream->get_request_state()) { in on_read()
649 downstream->get_request_state() == DownstreamState::MSG_COMPLETE && in on_read()
677 if (downstream->get_request_state() == DownstreamState::CONNECT_FAIL) { in on_read()
679 } else if (downstream->get_request_state() == in on_read()
736 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.h394 DownstreamState get_request_state() const;
Dshrpx_downstream.cc616 DownstreamState Downstream::get_request_state() const { return request_state_; } in get_request_state() function in shrpx::Downstream
Dshrpx_http2_session.cc834 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()