[nginx] Fixed typo.

Sergey Kandaurov pluknet at nginx.com
Fri Aug 15 10:09:44 UTC 2014


details:   http://hg.nginx.org/nginx/rev/79553cb77747
branches:  
changeset: 5805:79553cb77747
user:      Sergey Kandaurov <pluknet at 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;                                                      \



More information about the nginx-devel mailing list