Searched refs:HTTP_CONNECT (Results 1 – 14 of 14) sorted by relevance
23 parser->upgrade = (parser->method == HTTP_CONNECT); in llhttp__before_headers_complete()42 if (parser->upgrade && (parser->method == HTTP_CONNECT || in llhttp__after_headers_complete()
162 if (req.method == HTTP_CONNECT) { in htp_uricb()366 << (method == HTTP_CONNECT ? req.authority : req.path) << " " in htp_hdrs_completecb()383 if (method != HTTP_CONNECT && !req.fs.header(http2::HD_TRANSFER_ENCODING)) { in htp_hdrs_completecb()420 if (method != HTTP_CONNECT) { in htp_hdrs_completecb()1142 auto connect_method = req.method == HTTP_CONNECT; in on_downstream_header_complete()1266 if (req.method != HTTP_CONNECT || !downstream->get_upgraded()) { in on_downstream_header_complete()1388 if (req.method == HTTP_CONNECT || req.scheme != "http" || in redirect_to_https()
798 upgraded_ = (req_.method == HTTP_CONNECT || in check_upgrade_fulfilled_http2()804 if (req_.method == HTTP_CONNECT) { in check_upgrade_fulfilled_http1()837 if (req_.method == HTTP_CONNECT) { in inspect_http2_request()843 if (req_.method == HTTP_CONNECT) { in inspect_http1_request()
108 if (req.method != HTTP_CONNECT && req.connect_proto == ConnectProto::NONE) { in attach_downstream()484 if (req.method == HTTP_CONNECT || req.connect_proto != ConnectProto::NONE || in push_request_headers()
554 if (req.method != HTTP_CONNECT && req.http2_expect_body && in push_request_headers()720 if (req.method == HTTP_CONNECT || in push_request_headers()974 (resp.http_status / 100 == 2 && req.method == HTTP_CONNECT)) { in htp_hdrs_completecb()
235 (resp.http_status == 200 && req.method == HTTP_CONNECT)) { in response_return()
176 return method == HTTP_CONNECT && connect_proto == ConnectProto::NONE; in regular_connect_method()
599 req.method == HTTP_CONNECT ? req.authority in upstream_accesslog()605 req.method == HTTP_CONNECT in upstream_accesslog()
1512 return HTTP_CONNECT; in lookup_method_token()
365 if (method_token != HTTP_CONNECT && config->http2_proxy && in on_request_headers()
2213 if (method_token != HTTP_CONNECT && config->http2_proxy && in http_end_request_headers()
120 HTTP_CONNECT = 5, enumerator
141 HTTP_CONNECT = 5, enumerator