mirror of
https://github.com/nginx/nginx.git
synced 2024-12-20 14:13:33 -06:00
add time and length to a HEAD request
This commit is contained in:
parent
9d2811b28b
commit
07ee0039b2
@ -127,6 +127,8 @@ ngx_http_empty_gif_handler(ngx_http_request_t *r)
|
|||||||
|
|
||||||
if (r->method == NGX_HTTP_HEAD) {
|
if (r->method == NGX_HTTP_HEAD) {
|
||||||
r->headers_out.status = NGX_HTTP_OK;
|
r->headers_out.status = NGX_HTTP_OK;
|
||||||
|
r->headers_out.content_length_n = sizeof(ngx_empty_gif);
|
||||||
|
r->headers_out.last_modified_time = 23349600;
|
||||||
|
|
||||||
return ngx_http_send_header(r);
|
return ngx_http_send_header(r);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user