commit | b5d062dff197a0430aad37d032233edaa541eaee | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.org> | Thu Jul 28 15:33:41 2022 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Thu Jul 28 15:49:43 2022 +0200 |
tree | f399dfcba7685ee81d12ee2157a14fb6a51a9833 | |
parent | 9c821e615e08eff2d8d19deba3bebde995bcccd2 [diff] |
MINOR: cli: warning on _getsocks when socket were closed The previous attempt was reverted because it would emit a warning when the sockets are still in the process when a reload failed, so this was an expected 2nd try. This warning however, will be displayed if a new process successfully get the previous sockets AND the sendable number of sockets is 0. This way the user will be warned if he tried to get the sockets fromt the wrong process.