Home
last modified time | relevance | path

Searched hist:730 (Results 1 – 3 of 3) sorted by relevance

/unit/test/
H A Dtest_settings.py730:c54b470c1729 Fri Jul 13 17:15:00 UTC 2018 Andrey Zelenkov <zelenkov@nginx.com> Tests: HTTP settings.
/unit/src/
H A Dnxt_main_process.cdiff 2016:730e903f4534 Wed Nov 24 10:11:00 UTC 2021 Max Romanov <max.romanov@nginx.com> Fixing zombie process appearance and hang up on shutdown.

After the c8790d2a89bb commit, the SIGCHLD handler may return before processing
all awaiting PIDs. To avoid zombie processes and ensure successful main
process termination, waitpid() must be called until an error is returned.

This closes #600 issue on GitHub.
/unit/docs/
H A Dchanges.xmldiff 2018:2bdb4fe963f2 Thu Nov 25 13:58:00 UTC 2021 Max Romanov <max.romanov@nginx.com> Added a changelog for 730e903f4534.