Home
last modified time | relevance | path

Searched refs:http_header_strict (Results 1 – 3 of 3) sorted by relevance

/lighttpd1.4/src/
H A Drequest.c776 const unsigned int http_header_strict = in http_request_parse_header() local
779 const char * const x = (http_header_strict) in http_request_parse_header()
805 http_header_strict)) in http_request_parse_header()
1103 const unsigned int http_header_strict = (http_parseopts & HTTP_PARSEOPT_HEADER_STRICT); in http_request_parse_headers() local
1139 if (http_header_strict) { in http_request_parse_headers()
1156 if (0 != http_request_parse_header_other(r, k+j, klen-j, http_header_strict)) in http_request_parse_headers()
1175 else if (http_header_strict) in http_request_parse_headers()
1185 else if (http_header_strict) in http_request_parse_headers()
1197 if (http_header_strict) { in http_request_parse_headers()
1265 const unsigned int http_header_strict = in http_request_parse() local
[all …]
H A Dbase.h84 unsigned char http_header_strict; member
H A Dconfigfile.c631 srv->srvconf.http_header_strict = val; in config_http_parseopts()
901 srv->srvconf.http_header_strict = (0 != cpv->v.u); in config_insert_srvconf()
1227 (srv->srvconf.http_header_strict ? HTTP_PARSEOPT_HEADER_STRICT :0) in config_insert()
1583 srv->srvconf.http_header_strict = 1; in config_init()