Searched refs:allow_xsendfile (Results 1 – 1 of 1) sorted by relevance
242 unsigned short allow_xsendfile; member1286 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()