comparison src/event/ngx_event_openssl.c @ 98:8bf57caa374a NGINX_0_2_3

nginx 0.2.3 *) Bugfix: nginx could not be built without the --with-debug option; bug appeared in 0.2.2.
author Igor Sysoev <http://sysoev.ru>
date Fri, 30 Sep 2005 00:00:00 +0400
parents ca4f70b3ccc6
children cf3d6edb3ad6
comparison
equal deleted inserted replaced
97:701eee3df18f 98:8bf57caa374a
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 }