Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dshrpx_downstream.h162 connect_proto(ConnectProto::NONE), in Request()
176 return method == HTTP_CONNECT && connect_proto == ConnectProto::NONE; in regular_connect_method()
180 return connect_proto != ConnectProto::NONE; in extended_connect_method()
215 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.cc799 req_.connect_proto == ConnectProto::WEBSOCKET) && in check_upgrade_fulfilled_http2()
805 if (req_.connect_proto == ConnectProto::WEBSOCKET) { in check_upgrade_fulfilled_http1()
859 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()
1773 if (req.connect_proto == ConnectProto::WEBSOCKET && resp.http_status == 101) { in on_downstream_header_complete()
Dshrpx_http3_upstream.cc1342 if (req.connect_proto == ConnectProto::WEBSOCKET && resp.http_status == 101) { in on_downstream_header_complete()
2270 auto connect_proto = req.fs.header(http2::HD__PROTOCOL); in http_end_request_headers() local
2271 if (connect_proto) { in http_end_request_headers()
2272 if (connect_proto->value != "websocket") { in http_end_request_headers()
2278 req.connect_proto = ConnectProto::WEBSOCKET; in http_end_request_headers()
Dshrpx_https_upstream.cc1159 if (req.connect_proto != ConnectProto::NONE && downstream->get_upgraded()) { in on_downstream_header_complete()
1221 if (req.connect_proto == ConnectProto::WEBSOCKET && in on_downstream_header_complete()
Dshrpx_http_downstream_connection.cc505 req.connect_proto == ConnectProto::WEBSOCKET ? HTTP_GET : req.method); in push_request_headers()
560 if (req.connect_proto == ConnectProto::WEBSOCKET) { in push_request_headers()
Dshrpx_http2_session.cc1881 (req.connect_proto == ConnectProto::NONE || settings_recved_); in can_push_request()
1941 if (req.connect_proto != ConnectProto::NONE && !settings_recved_) { in submit_pending_requests()