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 #329 Change the dependency to netty-transport-native-epoll #338

Merged
merged 1 commit into from
Apr 26, 2018
Merged

fix #329 Change the dependency to netty-transport-native-epoll #338

merged 1 commit into from
Apr 26, 2018

Conversation

violetagg
Copy link
Member

Change the dependency to netty-transport-native-epoll to the one with linux-x86_64 classifier

@violetagg violetagg added this to the 0.7.7.RELEASE milestone Apr 25, 2018
… one with linux-x86_64 classifier

When sending a file from the FS, if NIO is not the chosen transport and the file is
a virtual one (like entry in archive for example) then use the chunked functionality.
@codecov-io
Copy link

codecov-io commented Apr 26, 2018

Codecov Report

Merging #338 into master will increase coverage by 1.24%.
The diff coverage is 66.66%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #338      +/-   ##
============================================
+ Coverage     68.59%   69.83%   +1.24%     
- Complexity     1026     1059      +33     
============================================
  Files            72       72              
  Lines          4391     4393       +2     
  Branches        624      626       +2     
============================================
+ Hits           3012     3068      +56     
+ Misses         1001      950      -51     
+ Partials        378      375       -3
Impacted Files Coverage Δ Complexity Δ
src/main/java/reactor/ipc/netty/NettyOutbound.java 83.05% <66.66%> (-1.16%) 27 <0> (+1)
...tor/ipc/netty/channel/CloseableContextHandler.java 52.63% <0%> (-5.27%) 8% <0%> (-1%)
src/main/java/reactor/ipc/netty/FutureMono.java 67.5% <0%> (-1.67%) 8% <0%> (ø)
...or/ipc/netty/http/client/HttpClientOperations.java 56.57% <0%> (-0.53%) 79% <0%> (ø)
...in/java/reactor/ipc/netty/channel/FluxReceive.java 83.16% <0%> (ø) 66% <0%> (+1%) ⬆️
...or/ipc/netty/channel/ChannelOperationsHandler.java 67.92% <0%> (+0.89%) 61% <0%> (+2%) ⬆️
.../ipc/netty/channel/PooledClientContextHandler.java 69.74% <0%> (+1.68%) 28% <0%> (+1%) ⬆️
...a/reactor/ipc/netty/channel/ChannelOperations.java 84.67% <0%> (+2.18%) 49% <0%> (+2%) ⬆️
...java/reactor/ipc/netty/channel/ContextHandler.java 76.47% <0%> (+4.9%) 28% <0%> (+2%) ⬆️
...eactor/ipc/netty/channel/ServerContextHandler.java 65.38% <0%> (+7.69%) 10% <0%> (+1%) ⬆️
... and 4 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 59c91be...e6634c2. Read the comment docs.

@violetagg violetagg merged commit e6634c2 into reactor:master Apr 26, 2018
@violetagg violetagg deleted the issue-329 branch April 26, 2018 19:12
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

2 participants