commit | b3397367dc7cec9e78c62c54efc24d9db5cde2d2 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <cognet@ci0.org> | Mon Mar 16 13:49:00 2020 +0100 |
committer | Olivier Houchard <cognet@ci0.org> | Thu Mar 19 22:07:34 2020 +0100 |
tree | 8b20956234fbfe39383d6c570165f77307b7e8b6 | |
parent | a41bb0b6c45e0c596fbf6ea92ae611b123a00b15 [diff] |
MEDIUM: connections: Kill connections even if we are reusing one. In connect_server(), if we notice we have more file descriptors opened than we should, there's no reason not to close a connection just because we're reusing one, so do it anyway.