Home
last modified time | relevance | path

Searched refs:http_parseopts (Results 1 – 13 of 13) sorted by relevance

/lighttpd1.4/src/
H A Drequest.c306 return (((http_parseopts & HTTP_PARSEOPT_HOST_STRICT) in http_request_host_policy()
309 || ((http_parseopts & HTTP_PARSEOPT_HOST_NORMALIZE) in http_request_host_policy()
621 ? (http_parseopts & HTTP_PARSEOPT_URL_NORMALIZE_CTRLS_REJECT) in http_request_validate_pseudohdrs()
777 (hpctx->http_parseopts & HTTP_PARSEOPT_HEADER_STRICT); in http_request_parse_header()
937 ? (http_parseopts & HTTP_PARSEOPT_URL_NORMALIZE_CTRLS_REJECT) in http_request_parse_reqline()
994 if (r->conf.http_parseopts & HTTP_PARSEOPT_URL_NORMALIZE) { in http_request_parse_target()
1219 const unsigned int http_parseopts = r->conf.http_parseopts; in http_request_parse() local
1225 http_parseopts, scheme_port)) in http_request_parse()
1266 (http_parseopts & HTTP_PARSEOPT_HEADER_STRICT); in http_request_parse()
1276 && !(http_parseopts & HTTP_PARSEOPT_METHOD_GET_BODY)) { in http_request_parse()
[all …]
H A Drequest.h20 unsigned int http_parseopts; member
217 unsigned int http_parseopts; member
221 …ttp_request_validate_pseudohdrs (request_st * restrict r, int scheme, unsigned int http_parseopts);
227 int http_request_host_policy(buffer *b, unsigned int http_parseopts, int scheme_port);
H A Dh2.c1393 hpctx.http_parseopts = r->conf.http_parseopts; in h2_parse_headers_frame()
1495 hpctx.http_parseopts); in h2_parse_headers_frame()
H A Dconfigfile.c1226 p->defaults.http_parseopts = in config_insert()
1232 p->defaults.http_parseopts |= srv->srvconf.http_url_normalize; in config_insert()
H A Dmod_gnutls.c1288 if (0 != http_request_host_policy(name, hctx->r->conf.http_parseopts, 443)) in mod_gnutls_acme_tls_1()
1486 r->conf.http_parseopts, 443)) in mod_gnutls_SNI()
H A Dmod_wolfssl.c1321 r->conf.http_parseopts, 443)) in mod_openssl_SNI()
1727 if (0 != http_request_host_policy(name,hctx->r->conf.http_parseopts,443)) in mod_openssl_acme_tls_1()
H A Dmod_extforward.c954 r->conf.http_parseopts, in mod_extforward_Forwarded()
H A Dmod_nss.c1242 if (0 != http_request_host_policy(name, hctx->r->conf.http_parseopts, 443)) in mod_nss_acme_tls_1()
1428 r->conf.http_parseopts, 443)) in mod_nss_SNI()
H A Dmod_mbedtls.c742 r->conf.http_parseopts, 443)) in mod_mbedtls_SNI()
1094 if (0 != http_request_host_policy(name,hctx->r->conf.http_parseopts,443)) in mod_mbedtls_acme_tls_1()
H A Dmod_openssl.c1194 r->conf.http_parseopts, 443)) in mod_openssl_SNI()
1783 if (0 != http_request_host_policy(name,hctx->r->conf.http_parseopts,443)) in mod_openssl_acme_tls_1()
H A Dmod_magnet.c1405 const int flags = r->conf.http_parseopts; in magnet_urlenc_normalize()
/lighttpd1.4/src/t/
H A Dtest_request.c613 r.conf.http_parseopts = HTTP_PARSEOPT_HEADER_STRICT in test_request()
/lighttpd1.4/
H A DNEWS1314 * [core] http_request_host_policy w/ http_parseopts
1337 * [core] pass http_parseopts around request.c