Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix zlib compression #901

Merged
merged 2 commits into from
Oct 11, 2023
Merged

Conversation

hpoettker
Copy link
Contributor

This PR addresses #893 and builds on top of #900, which provided a failing test.

@codecov-commenter
Copy link

Codecov Report

Merging #901 (6ba1f26) into master (461c0e4) will increase coverage by 0.11%.
The diff coverage is 0.00%.

@@             Coverage Diff              @@
##             master     #901      +/-   ##
============================================
+ Coverage     68.30%   68.41%   +0.11%     
  Complexity     1397     1397              
============================================
  Files           207      207              
  Lines          7430     7431       +1     
  Branches        631      631              
============================================
+ Hits           5075     5084       +9     
+ Misses         2019     2013       -6     
+ Partials        336      334       -2     
Files Coverage Δ
...zz/sshj/transport/compression/ZlibCompression.java 0.00% <0.00%> (ø)

... and 7 files with indirect coverage changes

@hierynomus
Copy link
Owner

Wow, that's a fast fix, hadn't had the time yet to look at the previous PR that added the failing test. Thanks for finding the bug. I'm guessing this is due to the change to using standard JDK gzip instead of depending on jzlib.

@hierynomus hierynomus merged commit 5d040dd into hierynomus:master Oct 11, 2023
4 of 5 checks passed
@hpoettker hpoettker deleted the zlib-compression branch October 11, 2023 20:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants