Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
always close pool connections to avoid zlib warnings
previously, we only closed connections when there are no errors. when we hit errors while executing, we saw misleading zlib errors where instead it was just the ssh command failing. so lets always close connections to avoid those errors.
- Loading branch information