NOTE: we know that no more sockets will be accepted because the accept loop is on `self()` and we're in `finalize()`.
| 2172 | // NOTE: we know that no more sockets will be accepted because |
| 2173 | // the accept loop is on `self()` and we're in `finalize()`. |
| 2174 | foreachvalue (Client& client, clients) { |
| 2175 | client.serving.discard(); |
| 2176 | } |
| 2177 | |
| 2178 | clients.clear(); |
| 2179 | } |