mirror of
https://github.com/nginx/nginx.git
synced 2025-08-06 06:46:16 +08:00
Fixed typo.
This commit is contained in:
parent
870b962382
commit
886ad0e9d3
@ -554,7 +554,7 @@ extern ngx_str_t ngx_http_core_get_method;
|
|||||||
r->headers_out.content_length->hash = 0; \
|
r->headers_out.content_length->hash = 0; \
|
||||||
r->headers_out.content_length = NULL; \
|
r->headers_out.content_length = NULL; \
|
||||||
}
|
}
|
||||||
\
|
|
||||||
#define ngx_http_clear_accept_ranges(r) \
|
#define ngx_http_clear_accept_ranges(r) \
|
||||||
\
|
\
|
||||||
r->allow_ranges = 0; \
|
r->allow_ranges = 0; \
|
||||||
|
Loading…
Reference in New Issue
Block a user