Home
last modified time | relevance | path

Searched refs:get_upgraded (Results 1 - 8 of 8) sorted by relevance

/third_party/nghttp2/src/
H A Dshrpx_http_downstream_connection.cc1022 if (downstream->get_upgraded()) { in htp_hdrs_completecb()
1046 if (downstream->get_upgraded()) { in htp_hdrs_completecb()
1186 if (downstream->get_upgraded()) { in htp_msg_completecb()
1261 if (nread == SHRPX_ERR_EOF && !downstream_->get_upgraded()) { in read_clear()
1392 if (nread == SHRPX_ERR_EOF && !downstream_->get_upgraded()) { in read_tls()
1473 if (downstream_->get_upgraded()) { in process_input()
1499 (!downstream_->get_upgraded() || htperr != HPE_PAUSED_UPGRADE)) { in process_input()
1515 if (downstream_->get_upgraded()) { in process_input()
H A Dshrpx_https_upstream.cc638 if (downstream && downstream->get_upgraded()) { in on_read()
1174 if (req.connect_proto != ConnectProto::NONE && downstream->get_upgraded()) { in on_downstream_header_complete()
1231 } else if (!downstream->get_upgraded()) { in on_downstream_header_complete()
1235 if (!connect_method && downstream->get_upgraded()) { in on_downstream_header_complete()
1290 if (req.method != HTTP_CONNECT || !downstream->get_upgraded()) { in on_downstream_header_complete()
H A Dshrpx_http2_upstream.cc687 if (downstream->get_upgraded() || in on_frame_send_callback()
692 << (downstream->get_upgraded() ? "tunneled " : "") in on_frame_send_callback()
1366 if (downstream->get_upgraded()) { in downstream_error()
1381 if (downstream->get_upgraded()) { in downstream_error()
1386 if (downstream->get_upgraded()) { in downstream_error()
1477 if (!downstream->get_upgraded()) { in downstream_data_read_callback()
1793 if (!req.regular_connect_method() || !downstream->get_upgraded()) { in on_downstream_header_complete()
H A Dshrpx_http2_downstream_connection.cc66 downstream_->get_upgraded()) { in ~Http2DownstreamConnection()
197 !downstream->get_upgraded()))) { in http2_data_read_callback()
H A Dshrpx_downstream.h359 bool get_upgraded() const;
H A Dshrpx_http3_upstream.cc1173 if (downstream->get_upgraded()) { in downstream_error()
1188 if (downstream->get_upgraded()) { in downstream_error()
1193 if (downstream->get_upgraded()) { in downstream_error()
1381 if (!req.regular_connect_method() || !downstream->get_upgraded()) { in on_downstream_header_complete()
1487 if (!downstream->get_upgraded()) { in on_downstream_body_complete()
H A Dshrpx_http2_session.cc855 if (downstream->get_upgraded() && downstream->get_response_state() == in on_stream_close_callback()
1157 if (downstream->get_upgraded()) { in on_response_headers()
H A Dshrpx_downstream.cc897 bool Downstream::get_upgraded() const { return upgraded_; } in get_upgraded() function in shrpx::Downstream

Completed in 18 milliseconds