commit | 3109ccfe70c99ae29387f3a25f49eb83a9f05504 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Apr 29 17:30:05 2021 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed May 05 14:33:51 2021 +0200 |
tree | 12d5c48a0e225c6d66b0b8a9bec7ee7b7f3fc8c2 | |
parent | 04b57a7d1bbc345769658c65f19b20742bfa7a08 [diff] |
MINOR: srv: close all idle connections on shutdown Implement a function to close all server idle connections. This function is called via a global deinit server handler. The main objective is to prevents from leaving sockets in TIME_WAIT state. To limit the set of operations on shutdown and prevents tasks rescheduling, only the ctrl stack closing is done.