Home
last modified time | relevance | path

Searched refs:need_body (Results 1 – 1 of 1) sorted by path

/unit/src/
H A Dnxt_http_static.c38 uint8_t need_body; /* 1 bit */ member
190 nxt_bool_t need_body; in nxt_http_static() local
207 need_body = 0; in nxt_http_static()
210 need_body = 1; in nxt_http_static()
220 ctx->need_body = need_body; in nxt_http_static()
574 if (ctx->need_body && nxt_file_size(&fi) > 0) { in nxt_http_static_send_ready()