From bba97134e983541e94cf73e93900729e3a3e61fc Mon Sep 17 00:00:00 2001 From: Max Romanov Date: Thu, 28 Oct 2021 17:46:54 +0300 Subject: Moving request limit control to libunit. Introducting application graceful stop. For now only used when application process reach request limit value. This closes #585 issue on GitHub. --- docs/changes.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/changes.xml') diff --git a/docs/changes.xml b/docs/changes.xml index 3a5fa2b2..b9ddd3c7 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -50,6 +50,13 @@ NGINX Unit updated to 1.26.0. + + +the router and app processes could crash when reaching requests limit +in asynchronous or multithreaded apps. + + + -- cgit