]> 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)
commit4f351d9b261935fffb37b69e9ac98ea2bb461094
treefb2dd59d02b4ce3b7853119f9cfa30f3cc21d9e3
parentcff518295514b19f2ac5db8bd887c2124845dea0
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