From: Igor Sysoev Date: Fri, 30 Sep 2005 16:02:34 +0000 (+0000) Subject: nginx-0.2.3-RELEASE import X-Git-Tag: release-0.2.3 X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/postgres_fdw.c?a=commitdiff_plain;h=71371effffbd3f886a9cb8c1b73f7c7a3bc27ed2;p=nginx.git nginx-0.2.3-RELEASE import *) Bugfix: nginx could not be built without the --with-debug option; the bug had appeared in 0.2.2. --- diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 73016a3ae..912bea2f7 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,22 @@ nginx changelog + + + + +nginx ÎÅ ÓÏÂÉÒÁÌÓÑ ÂÅÚ ÐÁÒÁÍÅÔÒÁ --with-debug; +ÏÛÉÂËÁ ÐÏÑ×ÉÌÁÓØ × 0.2.2. + + +nginx could not be built without the --with-debug option; +bug appeared in 0.2.2. + + + + + + diff --git a/src/core/nginx.h b/src/core/nginx.h index d4c1cd680..8c37037a3 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -8,7 +8,7 @@ #define _NGINX_H_INCLUDED_ -#define NGINX_VER "nginx/0.2.2" +#define NGINX_VER "nginx/0.2.3" #define NGINX_VAR "NGINX" #define NGX_OLDPID_EXT ".oldbin" diff --git a/src/event/ngx_event_openssl.c b/src/event/ngx_event_openssl.c index 246047869..49640faa6 100644 --- a/src/event/ngx_event_openssl.c +++ b/src/event/ngx_event_openssl.c @@ -320,7 +320,7 @@ ngx_ssl_handshake_handler(ngx_event_t *ev) c = ev->data; - ngx_log_debug0(NGX_LOG_DEBUG_EVENT, c->log, 0, + ngx_log_debug1(NGX_LOG_DEBUG_EVENT, c->log, 0, "ssl handshake handler: %d", ev->write); if (ngx_ssl_handshake(c) == NGX_AGAIN) {