Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Don't try to close the control connection if it never got opened. (
esnet#1136) This prevents an "undefined socket" error, which can be incorrect if the control connection didn't get opened due to a (for example) "connection refused" type error. This can be tested by running iperf3 in client mode and pointing it towards a non-existent (or not-running) server. Fixes esnet#1129 (esnet#1132 was an earlier, partial fix).
- Loading branch information