comparison src/core/ngx_connection.c @ 565:7c1369d37c7e release-0.3.4

nginx-0.3.4-RELEASE import *) Bugfix: nginx could not be built on Linux 2.4+ and MacOS X; the bug had appeared in 0.3.3.
author Igor Sysoev <igor@sysoev.ru>
date Wed, 19 Oct 2005 13:34:28 +0000
parents 9c2f3ed7a247
children 174f1e853e1e
comparison
equal deleted inserted replaced
564:598f66556a42 565:7c1369d37c7e
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