]> git.kaiwu.me - nginx.git/commit
Core: fixed error message on setsockopt(SO_REUSEPORT) failure.
authorMaxim Dounin <mdounin@mdounin.ru>
Tue, 11 Jul 2017 17:06:52 +0000 (20:06 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Tue, 11 Jul 2017 17:06:52 +0000 (20:06 +0300)
commitbedd9c5645dfc9d3ea8210c70b7c750b18bc7d32
tree5092616f54acc1d262ea9b9633cf38835b0fc0a3
parentda165aae88601628cef8db1646cd0ce3f0ee661f
Core: fixed error message on setsockopt(SO_REUSEPORT) failure.

The error is fatal when configuring a new socket, so the ", ignored" part
is not appropriate and was removed.
src/core/ngx_connection.c