summaryrefslogtreecommitdiffhomepage
path: root/sites
diff options
context:
space:
mode:
authorOlle Lundberg <olle@spotify.com>2015-02-24 15:14:51 +0100
committerOlle Lundberg <olle@spotify.com>2015-02-24 15:14:51 +0100
commit6ba6ccda7bb34f16e92aa1acfb430055f264bd41 (patch)
tree1b24d5c59aac63ef996fd512786f911dc375afde /sites
parentd1f72859c76beda46a072cdc75b2e19e4418275a (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.rst3
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.