]> git.kaiwu.me - nginx.git/commit
nginx-0.3.45-RELEASE import release-0.3.45
authorIgor Sysoev <igor@sysoev.ru>
Sat, 6 May 2006 16:28:56 +0000 (16:28 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Sat, 6 May 2006 16:28:56 +0000 (16:28 +0000)
commit44d872259c6f1a3aab86d2fbbba4525f12b3d878
treecc791866bbd92587d2d2c8b9ed2b8e66c15db4d3
parent9a27196bd4dd2ac6c6c86aa786ae0b0aad84e610
nginx-0.3.45-RELEASE import

    *) Feature: the "ssl_verify_client", "ssl_verify_depth", and
       "ssl_client_certificate" directives.

    *) Change: the $request_method variable now returns the main request
       method.

    *) Change: the &deg; symbol codes were changed in koi-win conversion
       table.

    *) Feature: the euro and N symbols were added to koi-win conversion
       table.

    *) Bugfix: if nginx distributed the requests among several backends and
       some backend failed, then requests intended for this backend was
       directed to one live backend only instead of being distributed among
       the rest.
12 files changed:
conf/koi-win
docs/xml/nginx/changes.xml
src/core/nginx.h
src/event/ngx_event_connect.c
src/event/ngx_event_openssl.c
src/event/ngx_event_openssl.h
src/http/modules/ngx_http_ssl_module.c
src/http/modules/ngx_http_ssl_module.h
src/http/ngx_http_request.c
src/http/ngx_http_request.h
src/http/ngx_http_special_response.c
src/http/ngx_http_variables.c