Home
last modified time | relevance | path

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

/dports/www/lighttpd/lighttpd-1.4.63/src/
H A Drequest.c267 return (((http_parseopts & HTTP_PARSEOPT_HOST_STRICT) in http_request_host_policy()
270 || ((http_parseopts & HTTP_PARSEOPT_HOST_NORMALIZE) in http_request_host_policy()
576 ? (http_parseopts & HTTP_PARSEOPT_URL_NORMALIZE_CTRLS_REJECT) in http_request_validate_pseudohdrs()
720 (hpctx->http_parseopts & HTTP_PARSEOPT_HEADER_STRICT); in http_request_parse_header()
870 ? (http_parseopts & HTTP_PARSEOPT_URL_NORMALIZE_CTRLS_REJECT) in http_request_parse_reqline()
927 if (r->conf.http_parseopts & HTTP_PARSEOPT_URL_NORMALIZE) { in http_request_parse_target()
1152 const unsigned int http_parseopts = r->conf.http_parseopts; in http_request_parse() local
1158 http_parseopts, scheme_port)) in http_request_parse()
1199 (http_parseopts & HTTP_PARSEOPT_HEADER_STRICT); in http_request_parse()
1209 && !(http_parseopts & HTTP_PARSEOPT_METHOD_GET_BODY)) { in http_request_parse()
[all …]
H A Drequest.h19 unsigned int http_parseopts; member
212 unsigned int http_parseopts; member
216 …ttp_request_validate_pseudohdrs (request_st * restrict r, int scheme, unsigned int http_parseopts);
222 int http_request_host_policy(buffer *b, unsigned int http_parseopts, int scheme_port);
H A Dh2.c1227 hpctx.http_parseopts = r->conf.http_parseopts; in h2_parse_headers_frame()
1329 hpctx.http_parseopts); in h2_parse_headers_frame()
H A Dconfigfile.c1161 p->defaults.http_parseopts = in config_insert()
1167 p->defaults.http_parseopts |= srv->srvconf.http_url_normalize; in config_insert()
H A Dmod_gnutls.c1255 if (0 != http_request_host_policy(name, hctx->r->conf.http_parseopts, 443)) in mod_gnutls_acme_tls_1()
1452 r->conf.http_parseopts, 443)) in mod_gnutls_SNI()
H A Dmod_wolfssl.c1283 r->conf.http_parseopts, 443)) in mod_openssl_SNI()
1676 if (0 != http_request_host_policy(name,hctx->r->conf.http_parseopts,443)) in mod_openssl_acme_tls_1()
H A Dmod_extforward.c943 r->conf.http_parseopts, in mod_extforward_Forwarded()
H A Dmod_openssl.c1202 r->conf.http_parseopts, 443)) in mod_openssl_SNI()
1745 if (0 != http_request_host_policy(name,hctx->r->conf.http_parseopts,443)) in mod_openssl_acme_tls_1()
H A Dmod_nss.c1216 if (0 != http_request_host_policy(name, hctx->r->conf.http_parseopts, 443)) in mod_nss_acme_tls_1()
1401 r->conf.http_parseopts, 443)) in mod_nss_SNI()
H A Dmod_mbedtls.c720 r->conf.http_parseopts, 443)) in mod_mbedtls_SNI()
1010 if (0 != http_request_host_policy(name,hctx->r->conf.http_parseopts,443)) in mod_mbedtls_acme_tls_1()
H A Dmod_magnet.c1095 const int flags = r->conf.http_parseopts; in magnet_urlenc_normalize()
/dports/www/lighttpd/lighttpd-1.4.63/src/t/
H A Dtest_request.c613 r.conf.http_parseopts = HTTP_PARSEOPT_HEADER_STRICT in test_request()
/dports/www/lighttpd/lighttpd-1.4.63/
H A DNEWS862 * [core] http_request_host_policy w/ http_parseopts
885 * [core] pass http_parseopts around request.c