comparison src/event/ngx_event_openssl.c @ 549:e16a8d574da5 release-0.2.3

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.
author Igor Sysoev <igor@sysoev.ru>
date Fri, 30 Sep 2005 16:02:34 +0000
parents 818fbd4750b9
children c1f965ef9718
comparison
equal deleted inserted replaced
548:694d9706e317 549:e16a8d574da5
318 { 318 {
319 ngx_connection_t *c; 319 ngx_connection_t *c;
320 320
321 c = ev->data; 321 c = ev->data;
322 322
323 ngx_log_debug0(NGX_LOG_DEBUG_EVENT, c->log, 0, 323 ngx_log_debug1(NGX_LOG_DEBUG_EVENT, c->log, 0,
324 "ssl handshake handler: %d", ev->write); 324 "ssl handshake handler: %d", ev->write);
325 325
326 if (ngx_ssl_handshake(c) == NGX_AGAIN) { 326 if (ngx_ssl_handshake(c) == NGX_AGAIN) {
327 return; 327 return;
328 } 328 }