Fixed a bug that was left after reworking compression. Caused Remote host closed the connection.

This commit is contained in:
Kenneth_aa_cp
2011-11-04 08:37:10 +00:00
parent 8680a84416
commit 231081729f
@@ -203,9 +203,9 @@ namespace Renci.SshNet
this.CompressionAlgorithms = new Dictionary<string, Type>()
{
//{"none", null},
{"none", null},
//{"zlib", typeof(Zlib)},
{"zlib@openssh.com", typeof(ZlibOpenSsh)},
//{"zlib@openssh.com", typeof(ZlibOpenSsh)},
};
this.ChannelRequests = new Dictionary<string, RequestInfo>()