Searched refs:is_head (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-http/
H A Dhttp-server-response.c565 bool is_head = http_request_method_is(&req->req, "HEAD"); local
593 if (!is_head) {
603 if (!is_head) {
615 if (!is_head) {
621 && resp->status != 204 && resp->status != 304 && !is_head) {

Completed in 10 milliseconds