diff options
author | Maxim Dounin <mdounin@mdounin.ru> | 2022-11-23 23:12:04 +0300 |
---|---|---|
committer | Maxim Dounin <mdounin@mdounin.ru> | 2022-11-23 23:12:04 +0300 |
commit | 593bb543873ac57efade09dbcc2f93ab6b4d5ab0 (patch) | |
tree | 39e04716e86991e16eef7bdd98ea1822ebd9c2b4 /src/os/unix/ngx_process_cycle.c | |
parent | 22223c75c9715e568f5710a8eed1fee9e7c2983f (diff) | |
download | nginx-593bb543873ac57efade09dbcc2f93ab6b4d5ab0.tar.gz nginx-593bb543873ac57efade09dbcc2f93ab6b4d5ab0.zip |
Disabled cloning of sockets without master process (ticket #2403).
Cloning of listening sockets for each worker process does not make sense
when working without master process, and causes some of the connections
not to be accepted if worker_processes is set to more than one and there
are listening sockets configured with the reuseport flag. Fix is to
disable cloning when master process is disabled.
Diffstat (limited to 'src/os/unix/ngx_process_cycle.c')
0 files changed, 0 insertions, 0 deletions