Home
last modified time | relevance | path

Searched refs:HTTP_METHOD_CONNECT (Results 1 – 5 of 5) sorted by relevance

/lighttpd1.4/src/
H A Dhttp_kv.h26 HTTP_METHOD_CONNECT, /* [RFC2616], Section 9.9 */ enumerator
H A Drequest.c549 || (HTTP_METHOD_CONNECT == r->http_method && (uri[0] == ':' || light_isdigit(uri[0]))) in http_request_parse_reqline_uri()
577 if (HTTP_METHOD_CONNECT != r->http_method) in http_request_validate_pseudohdrs()
580 if (__builtin_expect( (HTTP_METHOD_CONNECT != r->http_method), 1) in http_request_validate_pseudohdrs()
983 if ((r->http_method == HTTP_METHOD_CONNECT && !r->h2_connect_ext) in http_request_parse_target()
H A Dresponse.c443 if (__builtin_expect( (r->http_method == HTTP_METHOD_CONNECT), 0) in http_response_prepare()
558 else if (r->http_method == HTTP_METHOD_CONNECT) in http_response_prepare()
828 if (r->http_method == HTTP_METHOD_CONNECT && r->http_status == 200){ in http_response_write_prepare()
H A Dmod_proxy.c1150 if (r->http_method == HTTP_METHOD_CONNECT) { in mod_proxy_check_extension()
H A Dmod_cgi.c852 r->http_method = HTTP_METHOD_CONNECT; in cgi_create_env()