-
Notifications
You must be signed in to change notification settings - Fork 236
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix incorrect retry when SIGINT reaches ssh
Make sure that the retry loop is never activated if a SIGINT has been received. In some cases the SIGINT could have been incorrectly detected as a lost connection which would normally enable the retry loop. This can happen when the ssh process receives SIGINT as part of the process group and shuts down, which to us looks like a lost network connection.
- Loading branch information
Showing
2 changed files
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters