Searched refs:send_content_body (Results 1 – 1 of 1) sorted by relevance
362 int send_content_body; member503 hctx->send_content_body = 1; in handler_ctx_init()2256 …host->allow_xsendfile && 0 == strncasecmp(key, "X-Sendfile2", key_len)&& hctx->send_content_body) { in fcgi_response_parse()2357 hctx->send_content_body = 0; in fcgi_response_parse()2604 hctx->send_content_body = 0; in fcgi_demux_response()2615 hctx->send_content_body = 0; in fcgi_demux_response()2618 if (host->allow_xsendfile && hctx->send_content_body && in fcgi_demux_response()2630 hctx->send_content_body = 0; /* ignore the content */ in fcgi_demux_response()2645 hctx->send_content_body = 0; in fcgi_demux_response()2652 if (hctx->send_content_body && blen > 1) { in fcgi_demux_response()[all …]