Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_fastcgi.c242 unsigned short allow_xsendfile; member
1286 host->allow_xsendfile = 0; /* handle X-LIGHTTPD-send-file */ in SETDEFAULTS_FUNC()
1304 fcv[12].destination = &(host->allow_xsendfile); in SETDEFAULTS_FUNC()
2256 …if (host->allow_xsendfile && 0 == strncasecmp(key, "X-Sendfile2", key_len)&& hctx->send_content_bo… in fcgi_response_parse()
2618 if (host->allow_xsendfile && hctx->send_content_body && in fcgi_demux_response()