commit | 886ad0e9d318ad5c9211957d66acd2f08e973110 | [log] [tgz] |
---|---|---|
author | Sergey Kandaurov <pluknet@nginx.com> | Fri Aug 15 14:09:29 2014 +0400 |
committer | Sergey Kandaurov <pluknet@nginx.com> | Fri Aug 15 14:09:29 2014 +0400 |
tree | aaa616c7bf739a5193948cf5ed8cd8dfcecce29c | |
parent | 870b962382c2c207e04bd799c19a98ee68b2d441 [diff] |
Fixed typo.
diff --git a/src/http/ngx_http_core_module.h b/src/http/ngx_http_core_module.h index 285120d..fc2c3d4 100644 --- a/src/http/ngx_http_core_module.h +++ b/src/http/ngx_http_core_module.h
@@ -554,7 +554,7 @@ r->headers_out.content_length->hash = 0; \ r->headers_out.content_length = NULL; \ } - \ + #define ngx_http_clear_accept_ranges(r) \ \ r->allow_ranges = 0; \