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

restore the interrupt flag whenever we catch InterruptedException #801

Merged
merged 1 commit into from Aug 8, 2022

Conversation

ahgittin
Copy link
Contributor

@ahgittin ahgittin commented Aug 2, 2022

Speculative fix for #800

@codecov-commenter
Copy link

Codecov Report

Merging #801 (5695b7d) into master (5674072) will decrease coverage by 0.17%.
The diff coverage is 25.00%.

@@             Coverage Diff              @@
##             master     #801      +/-   ##
============================================
- Coverage     64.91%   64.74%   -0.18%     
+ Complexity     1462     1459       -3     
============================================
  Files           210      210              
  Lines          8516     8520       +4     
  Branches        778      778              
============================================
- Hits           5528     5516      -12     
- Misses         2585     2598      +13     
- Partials        403      406       +3     
Impacted Files Coverage Δ
src/main/java/net/schmizz/concurrent/Promise.java 80.30% <0.00%> (-1.24%) ⬇️
...zz/sshj/connection/channel/ChannelInputStream.java 78.78% <0.00%> (-1.22%) ⬇️
...va/net/schmizz/sshj/connection/channel/Window.java 53.06% <0.00%> (-1.11%) ⬇️
src/main/java/net/schmizz/keepalive/KeepAlive.java 75.00% <100.00%> (+0.92%) ⬆️
...net/schmizz/sshj/transport/TransportException.java 33.33% <0.00%> (-22.23%) ⬇️
...ain/java/net/schmizz/sshj/common/SSHException.java 61.29% <0.00%> (-12.91%) ⬇️
.../main/java/net/schmizz/sshj/sftp/PacketReader.java 91.48% <0.00%> (-4.26%) ⬇️
...java/net/schmizz/sshj/transport/TransportImpl.java 65.14% <0.00%> (-1.66%) ⬇️
...in/java/net/schmizz/sshj/common/SecurityUtils.java 47.91% <0.00%> (+1.04%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@hierynomus hierynomus merged commit 559384a into hierynomus:master Aug 8, 2022
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

3 participants