commit | 44fa8877c05d86c5a7f657231ced44c9e52c0c39 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Thu Oct 29 15:53:50 2009 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Thu Oct 29 15:53:50 2009 +0000 |
tree | 1bc3096ea0cda7a7f54a5ee4bf879aca773f78c8 | |
parent | e8568076605f0240ba1f9a25a5ea3a8e1137334a [diff] |
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