]> git.kaiwu.me - nginx.git/commit
move listen log copying from ngx_open_listening_sockets()
authorIgor Sysoev <igor@sysoev.ru>
Tue, 5 May 2009 13:16:29 +0000 (13:16 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 5 May 2009 13:16:29 +0000 (13:16 +0000)
commitd4a71fb8441c3c2e8ccecc18391ff97c0a3cde57
tree9bb05cc6598875e159ccddeef45223f5192b0ffc
parent00bd137064114d5d5c8023efeeafdc18056a7c78
move listen log copying from ngx_open_listening_sockets()
to ngx_configure_listening_sockets(), otherwise listen socket logs have no file
after first reload and this caused segfault if debug_connection was used;
the bug has been introduced in r2786
src/core/ngx_connection.c