aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_connection.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-03-09 19:47:07 +0000
committerIgor Sysoev <igor@sysoev.ru>2004-03-09 19:47:07 +0000
commitfc5a10aedcdd8cf261ecc164941562bc52fe415d (patch)
treedc6ad97805a315afca82e852717f84debb30eb54 /src/core/ngx_connection.c
parent833823cbb89482710779c59206b77c197c3747d2 (diff)
downloadnginx-fc5a10aedcdd8cf261ecc164941562bc52fe415d.tar.gz
nginx-fc5a10aedcdd8cf261ecc164941562bc52fe415d.zip
nginx-0.0.2-2004-03-09-22:47:07 import
Diffstat (limited to 'src/core/ngx_connection.c')
-rw-r--r--src/core/ngx_connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_connection.c b/src/core/ngx_connection.c
index 8a858735e..54fd0f9f1 100644
--- a/src/core/ngx_connection.c
+++ b/src/core/ngx_connection.c
@@ -78,7 +78,7 @@ ngx_int_t ngx_open_listening_sockets(ngx_cycle_t *cycle)
/* TODO: tries configurable */
- for (tries = 10; tries; tries--) {
+ for (tries = /* STUB */ 1; tries; tries--) {
failed = 0;
/* for each listening socket */