summaryrefslogtreecommitdiff
path: root/src/os/unix/ngx_process_cycle.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-10-26 14:09:32 +0000
committerJonathan Kolb <jon@b0g.us>2009-10-26 14:09:32 +0000
commitef4b4d7f6d31e63a4844334c375b25e8d67c0239 (patch)
treeea33bc523f4d2280253e978e9d2729e537f23d1f /src/os/unix/ngx_process_cycle.c
parentc4841987988be7c9525e4d2992c894d8ad7e3d92 (diff)
downloadnginx-ef4b4d7f6d31e63a4844334c375b25e8d67c0239.tar.gz
Changes with nginx 0.8.21 26 Oct 2009v0.8.21
*) Feature: now the "-V" switch shows TLS SNI support. *) Feature: the "listen" directive of the HTTP module supports unix domain sockets. Thanks to Hongli Lai. *) Feature: the "default_server" parameter of the "listen" directive. *) Feature: now a "default" parameter is not required to set listen socket options. *) Bugfix: nginx did not support dates in 2038 year on 32-bit platforms; *) Bugfix: socket leak; the bug had appeared in 0.8.11.
Diffstat (limited to 'src/os/unix/ngx_process_cycle.c')
-rw-r--r--src/os/unix/ngx_process_cycle.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/os/unix/ngx_process_cycle.c b/src/os/unix/ngx_process_cycle.c
index 21521ec26..15a2a8bab 100644
--- a/src/os/unix/ngx_process_cycle.c
+++ b/src/os/unix/ngx_process_cycle.c
@@ -675,6 +675,8 @@ ngx_master_process_exit(ngx_cycle_t *cycle)
}
}
+ ngx_close_listening_sockets(cycle);
+
/*
* Copy ngx_cycle->log related data to the special static exit cycle,
* log, and log file structures enough to allow a signal handler to log.