nginx 0.6.26v0.6.26
commitfcd5e444304084d32dcba565307ffb60cbb576a7
authorIgor Sysoev <igor@sysoev.ru>
Sun, 10 Feb 2008 21:00:00 +0000 (11 00:00 +0300)
committerKirill A. Korinskiy <catap@catap.ru>
Sun, 10 Feb 2008 21:00:00 +0000 (11 00:00 +0300)
treea130392ba645b05b8d7e20aeaf4fffe49446e2cf
parenta5d1f500c2c69f18da35491be6ddb9083c92de29
nginx 0.6.26

    *) Bugfix: the "proxy_store" and "fastcgi_store" directives did not
       check a response length.

    *) Bugfix: a segmentation fault occurred in worker process, if big
       value was used in a "expires" directive.
       Thanks to Joaquin Cuenca Abela.

    *) Bugfix: nginx incorrectly detected cache line size on Pentium 4.
       Thanks to Gena Makhomed.

    *) Bugfix: in proxied or FastCGI subrequests a client original method
       was used instead of the GET method.

    *) Bugfix: socket leak in HTTPS mode if deferred accept was used.
       Thanks to Ben Maurer.

    *) Bugfix: nginx issued the bogus error message "SSL_shutdown() failed
       (SSL: )"; bug appeared in 0.6.23.

    *) Bugfix: in HTTPS mode requests might fail with the "bad write retry"
       error; bug appeared in 0.6.23.
25 files changed:
CHANGES
CHANGES.ru
src/core/nginx.h
src/core/ngx_connection.c
src/core/ngx_cpuinfo.c
src/core/ngx_inet.c
src/core/ngx_resolver.c
src/core/ngx_string.c
src/core/ngx_times.c
src/event/modules/ngx_eventport_module.c
src/event/modules/ngx_rtsig_module.c
src/event/ngx_event_connect.c
src/event/ngx_event_openssl.c
src/http/modules/ngx_http_dav_module.c
src/http/modules/ngx_http_fastcgi_module.c
src/http/modules/ngx_http_proxy_module.c
src/http/modules/perl/nginx.pm
src/http/ngx_http_core_module.c
src/http/ngx_http_request.c
src/http/ngx_http_request.h
src/http/ngx_http_upstream.c
src/http/ngx_http_upstream.h
src/http/ngx_http_upstream_round_robin.c
src/os/unix/ngx_errno.h
src/os/unix/ngx_recv.c