Searched refs:connect_proto (Results 1 – 8 of 8) sorted by relevance
162 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
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()
399 auto connect_proto = req.fs.header(http2::HD__PROTOCOL); in on_request_headers() local400 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()
1342 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() local2271 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()
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()