diff options
author | Olle Lundberg <olle@spotify.com> | 2015-02-24 15:14:51 +0100 |
---|---|---|
committer | Olle Lundberg <olle@spotify.com> | 2015-02-24 15:14:51 +0100 |
commit | 6ba6ccda7bb34f16e92aa1acfb430055f264bd41 (patch) | |
tree | 1b24d5c59aac63ef996fd512786f911dc375afde /sites | |
parent | d1f72859c76beda46a072cdc75b2e19e4418275a (diff) |
Patch resolving the timeout issue on lost conection.
(This rolls in patch in #439)
Diffstat (limited to 'sites')
-rw-r--r-- | sites/www/changelog.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index f9900327..16a60a68 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,9 @@ Changelog ========= +* :bug:`439` Resolve the timeout issue on lost conection. + When the destination disappears on an established session paramiko will hang on trying to open a channel. + Credit to ``@vazir`` for patch. * :bug:`62` Add timeout for handshake completion. This adds a mechanism for timing out a connection if the ssh handshake never completes. |