Home
last modified time | relevance | path

Searched refs:log_request_header (Results 1 – 4 of 4) sorted by relevance

/lighttpd1.4/src/
H A Drequest.h52 unsigned int log_request_header:1; member
H A Dh2.c1394 const int log_request_header = r->conf.log_request_header; in h2_parse_headers_frame() local
1429 if (log_request_header) in h2_parse_headers_frame()
H A Dconfigfile.c185 pconf->log_request_header = (0 != cpv->v.u); in config_merge_config_cpv()
1247 if (p->defaults.log_request_handling || p->defaults.log_request_header) in config_insert()
H A Dconnections.c769 if (r->conf.log_request_header) in connection_handle_read_state()