Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dshrpx_downstream.h157 connect_proto(ConnectProto::NONE), in Request()
171 return method == HTTP_CONNECT && connect_proto == ConnectProto::NONE; in regular_connect_method()
175 return connect_proto != ConnectProto::NONE; in extended_connect_method()
210 ConnectProto connect_proto; member
Dshrpx_http2_downstream_connection.cc108 if (req.method != HTTP_CONNECT && req.connect_proto == ConnectProto::NONE) { in attach_downstream()
247 if (req.connect_proto != ConnectProto::NONE && in push_request_headers()
296 if (req.connect_proto == ConnectProto::WEBSOCKET) { in push_request_headers()
322 if (!req.no_authority || req.connect_proto != ConnectProto::NONE) { in push_request_headers()
484 if (req.method == HTTP_CONNECT || req.connect_proto != ConnectProto::NONE || in push_request_headers()
Dshrpx_downstream.cc789 req_.connect_proto == ConnectProto::WEBSOCKET) && in check_upgrade_fulfilled_http2()
795 if (req_.connect_proto == ConnectProto::WEBSOCKET) { in check_upgrade_fulfilled_http1()
849 req_.connect_proto = ConnectProto::WEBSOCKET; in inspect_http1_request()
Dshrpx_http2_upstream.cc399 auto connect_proto = req.fs.header(http2::HD__PROTOCOL); in on_request_headers() local
400 if (connect_proto) { in on_request_headers()
401 if (connect_proto->value != "websocket") { in on_request_headers()
407 req.connect_proto = ConnectProto::WEBSOCKET; in on_request_headers()
1763 if (req.connect_proto == ConnectProto::WEBSOCKET && resp.http_status == 101) { in on_downstream_header_complete()
Dshrpx_https_upstream.cc1124 if (req.connect_proto != ConnectProto::NONE && downstream->get_upgraded()) { in on_downstream_header_complete()
1186 if (req.connect_proto == ConnectProto::WEBSOCKET && in on_downstream_header_complete()
Dshrpx_http_downstream_connection.cc490 req.connect_proto == ConnectProto::WEBSOCKET ? HTTP_GET : req.method); in push_request_headers()
543 if (req.connect_proto == ConnectProto::WEBSOCKET) { in push_request_headers()
Dshrpx_http2_session.cc1865 (req.connect_proto == ConnectProto::NONE || settings_recved_); in can_push_request()
1925 if (req.connect_proto != ConnectProto::NONE && !settings_recved_) { in submit_pending_requests()