comparison src/core/ngx_connection.c @ 114:ebca9c35e3a6 NGINX_0_3_4

nginx 0.3.4 *) Bugfix: nginx could not be built on Linux 2.4+ and MacOS X; bug appeared in 0.3.3.
author Igor Sysoev <http://sysoev.ru>
date Wed, 19 Oct 2005 00:00:00 +0400
parents 408f195b3482
children 644a7935144b
comparison
equal deleted inserted replaced
113:8de269bc477d 114:ebca9c35e3a6
196 "getsockopt(TCP_DEFER_ACCEPT) for %V failed, ignored", 196 "getsockopt(TCP_DEFER_ACCEPT) for %V failed, ignored",
197 &ls[i].addr_text); 197 &ls[i].addr_text);
198 continue; 198 continue;
199 } 199 }
200 200
201 if (tlen < sizeof(int) || timeout == 0) { 201 if (olen < sizeof(int) || timeout == 0) {
202 continue; 202 continue;
203 } 203 }
204 204
205 ls[i].deferred_accept = 1; 205 ls[i].deferred_accept = 1;
206 #endif 206 #endif