]> git.kaiwu.me - nginx.git/commit
fix segfaults if no listen directive was set in default server {} block:
authorIgor Sysoev <igor@sysoev.ru>
Thu, 29 Oct 2009 15:53:50 +0000 (15:53 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Thu, 29 Oct 2009 15:53:50 +0000 (15:53 +0000)
commit44fa8877c05d86c5a7f657231ced44c9e52c0c39
tree1bc3096ea0cda7a7f54a5ee4bf879aca773f78c8
parente8568076605f0240ba1f9a25a5ea3a8e1137334a
fix segfaults if no listen directive was set in default server {} block:
ngx_http_add_listen() uses server's connection_pool_size and
client_header_timeout values, therefore it must be called after
the values have been merged, the bug had been introduced in r3218
src/http/ngx_http_core_module.c