comparison src/http/ngx_http_core_module.h @ 5805:79553cb77747

Fixed typo.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 15 Aug 2014 14:09:29 +0400
parents e491b26fa5a1
children 2dac6ae6d703
comparison
equal deleted inserted replaced
5804:92490a725fef 5805:79553cb77747
552 r->headers_out.content_length_n = -1; \ 552 r->headers_out.content_length_n = -1; \
553 if (r->headers_out.content_length) { \ 553 if (r->headers_out.content_length) { \
554 r->headers_out.content_length->hash = 0; \ 554 r->headers_out.content_length->hash = 0; \
555 r->headers_out.content_length = NULL; \ 555 r->headers_out.content_length = NULL; \
556 } 556 }
557 \ 557
558 #define ngx_http_clear_accept_ranges(r) \ 558 #define ngx_http_clear_accept_ranges(r) \
559 \ 559 \
560 r->allow_ranges = 0; \ 560 r->allow_ranges = 0; \
561 if (r->headers_out.accept_ranges) { \ 561 if (r->headers_out.accept_ranges) { \
562 r->headers_out.accept_ranges->hash = 0; \ 562 r->headers_out.accept_ranges->hash = 0; \