details: http://hg.nginx.org/nginx/rev/79553cb77747 branches: changeset: 5805:79553cb77747 user: Sergey Kandaurov <pluk...@nginx.com> date: Fri Aug 15 14:09:29 2014 +0400 description: Fixed typo.
diffstat: src/http/ngx_http_core_module.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (12 lines): diff -r 92490a725fef -r 79553cb77747 src/http/ngx_http_core_module.h --- a/src/http/ngx_http_core_module.h Sun Aug 10 17:44:46 2014 +0400 +++ b/src/http/ngx_http_core_module.h Fri Aug 15 14:09:29 2014 +0400 @@ -554,7 +554,7 @@ extern ngx_str_t ngx_http_core_get_meth r->headers_out.content_length->hash = 0; \ r->headers_out.content_length = NULL; \ } - \ + #define ngx_http_clear_accept_ranges(r) \ \ r->allow_ranges = 0; \ _______________________________________________ nginx-devel mailing list nginx-devel@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx-devel