mirror of
https://github.com/sshnet/SSH.NET.git
synced 2026-09-10 17:25:51 +00:00
Fixed a bug that was left after reworking compression. Caused Remote host closed the connection.
This commit is contained in:
@@ -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>()
|
||||
|
||||
Reference in New Issue
Block a user