comparison src/event/ngx_event_accept.c @ 121:b3655b21375a

nginx-0.0.1-2003-07-22-23:53:10 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 22 Jul 2003 19:53:10 +0000
parents cd54bcbaf3b5
children 84036764e215
comparison
equal deleted inserted replaced
120:b776ad95d96d 121:b3655b21375a
64 64
65 ngx_destroy_pool(pool); 65 ngx_destroy_pool(pool);
66 return; 66 return;
67 } 67 }
68 68
69 /* disable warnings: Win32 SOCKET is u_int while UNIX socket is int */ 69 /* disable warning: Win32 SOCKET is u_int while UNIX socket is int */
70 70
71 if ((unsigned) s >= (unsigned) ecf->connections) { 71 if ((unsigned) s >= (unsigned) ecf->connections) {
72 72
73 ngx_log_error(NGX_LOG_ALERT, ev->log, 0, 73 ngx_log_error(NGX_LOG_ALERT, ev->log, 0,
74 "accept() %s returned socket #%d while " 74 "accept() %s returned socket #%d while "