Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dshrpx_http_downstream_connection.cc1007 if (downstream->get_upgraded()) { in htp_hdrs_completecb()
1031 if (downstream->get_upgraded()) { in htp_hdrs_completecb()
1171 if (downstream->get_upgraded()) { in htp_msg_completecb()
1246 if (nread == SHRPX_ERR_EOF && !downstream_->get_upgraded()) { in read_clear()
1377 if (nread == SHRPX_ERR_EOF && !downstream_->get_upgraded()) { in read_tls()
1458 if (downstream_->get_upgraded()) { in process_input()
1484 (!downstream_->get_upgraded() || htperr != HPE_PAUSED_UPGRADE)) { in process_input()
1500 if (downstream_->get_upgraded()) { in process_input()
Dshrpx_https_upstream.cc623 if (downstream && downstream->get_upgraded()) { in on_read()
1159 if (req.connect_proto != ConnectProto::NONE && downstream->get_upgraded()) { in on_downstream_header_complete()
1216 } else if (!downstream->get_upgraded()) { in on_downstream_header_complete()
1220 if (!connect_method && downstream->get_upgraded()) { in on_downstream_header_complete()
1275 if (req.method != HTTP_CONNECT || !downstream->get_upgraded()) { in on_downstream_header_complete()
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()
Dshrpx_http2_downstream_connection.cc66 downstream_->get_upgraded()) { in ~Http2DownstreamConnection()
197 !downstream->get_upgraded()))) { in http2_data_read_callback()
Dshrpx_downstream.h359 bool get_upgraded() const;
Dshrpx_http3_upstream.cc1154 if (downstream->get_upgraded()) { in downstream_error()
1169 if (downstream->get_upgraded()) { in downstream_error()
1174 if (downstream->get_upgraded()) { in downstream_error()
1362 if (!req.regular_connect_method() || !downstream->get_upgraded()) { in on_downstream_header_complete()
1468 if (!downstream->get_upgraded()) { in on_downstream_body_complete()
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()
Dshrpx_downstream.cc903 bool Downstream::get_upgraded() const { return upgraded_; } in get_upgraded() function in shrpx::Downstream