Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
H A 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()
663 switch (downstream->get_request_state()) { in on_read()
704 downstream->get_request_state() == DownstreamState::MSG_COMPLETE && in on_read()
732 if (downstream->get_request_state() == DownstreamState::CONNECT_FAIL) { in on_read()
734 } else if (downstream->get_request_state() == in on_read()
791 if (downstream->get_request_state() in on_write()
[all...]
H A 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()
H A Dshrpx_downstream.h399 DownstreamState get_request_state() const;
H A Dshrpx_downstream.cc626 DownstreamState Downstream::get_request_state() const { return request_state_; } in get_request_state() function in shrpx::Downstream
H A Dshrpx_http2_upstream.cc80 if (downstream->get_request_state() == DownstreamState::CONNECT_FAIL) { in on_stream_close_callback()
H A Dshrpx_http2_session.cc847 downstream->get_request_state() == DownstreamState::INITIAL) { in on_stream_close_callback()
H A Dshrpx_http3_upstream.cc2528 if (downstream->get_request_state() == DownstreamState::CONNECT_FAIL) { in http_stream_close()

Completed in 16 milliseconds