Searched refs:ConnectProto (Results 1 – 8 of 8) sorted by relevance
149 enum class ConnectProto { enum162 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;
108 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()
799 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()
1159 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()
505 req.connect_proto == ConnectProto::WEBSOCKET ? HTTP_GET : req.method); in push_request_headers()560 if (req.connect_proto == ConnectProto::WEBSOCKET) { in push_request_headers()
1881 (req.connect_proto == ConnectProto::NONE || settings_recved_); in can_push_request()1941 if (req.connect_proto != ConnectProto::NONE && !settings_recved_) { in submit_pending_requests()
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()
1342 if (req.connect_proto == ConnectProto::WEBSOCKET && resp.http_status == 101) { in on_downstream_header_complete()2278 req.connect_proto = ConnectProto::WEBSOCKET; in http_end_request_headers()