nginx 1.0.10master-v1.0v1.0.10
commit9c1d982c73767d4379b9a7f17ea88bd8a16d9759
authorIgor Sysoev <igor@sysoev.ru>
Mon, 14 Nov 2011 20:00:00 +0000 (15 00:00 +0400)
committerKirill A. Korinskiy <catap@catap.ru>
Mon, 14 Nov 2011 20:00:00 +0000 (15 00:00 +0400)
tree952afd7aabd80c84689c10f0113fa549992983dd
parent5092e67dbd4c87134d5483092d121052b8ad53be
nginx 1.0.10

    *) Bugfix: a segmentation fault might occur in a worker process if
       resolver got a big DNS response.
       Thanks to Ben Hawkes.

    *) Bugfix: in cache key calculation if internal MD5 implementation was
       used; the bug had appeared in 1.0.4.

    *) Bugfix: the module ngx_http_mp4_module sent incorrect
       "Content-Length" response header line if the "start" argument was
       used.
       Thanks to Piotr Sikora.
CHANGES
CHANGES.ru
src/core/nginx.h
src/core/ngx_md5.c
src/core/ngx_resolver.c
src/http/modules/ngx_http_mp4_module.c
src/http/modules/perl/nginx.pm