-
Hello! A new release 2024.1.0 has a new feature [email protected] compression, which was added in this PR1326. Now I'd like to use [email protected] compression algorithm in my code, but how to do that? I used the unit tests as a reference, but the same idea will not work as ZlibOpenSsh is marked as internal class and cannot be accessible anymore: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Yeah, that would be the way to enforce it. The idea was that it would be used if the server required it, but we should probably make it public so one can add it explicitly as you tried |
Beta Was this translation helpful? Give feedback.
-
I think this is a way how you can make [email protected] as default: |
Beta Was this translation helpful? Give feedback.
Yeah, that would be the way to enforce it. The idea was that it would be used if the server required it, but we should probably make it public so one can add it explicitly as you tried