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 #323 When received the last HTTP packet but still sending the request, force the channel close #343

Closed
wants to merge 1 commit into from

Conversation

violetagg
Copy link
Member

No description provided.

@codecov-io
Copy link

codecov-io commented May 1, 2018

Codecov Report

Merging #343 into master will increase coverage by 0.08%.
The diff coverage is 25%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #343      +/-   ##
============================================
+ Coverage     69.36%   69.44%   +0.08%     
- Complexity     1048     1053       +5     
============================================
  Files            72       72              
  Lines          4384     4386       +2     
  Branches        626      628       +2     
============================================
+ Hits           3041     3046       +5     
+ Misses          967      962       -5     
- Partials        376      378       +2
Impacted Files Coverage Δ Complexity Δ
...or/ipc/netty/http/client/HttpClientOperations.java 55.75% <25%> (-0.56%) 78 <1> (ø)
...ctor/ipc/netty/resources/DefaultPoolResources.java 75.86% <0%> (-3.45%) 8% <0%> (-1%)
...or/ipc/netty/channel/ChannelOperationsHandler.java 67.26% <0%> (+0.22%) 60% <0%> (+1%) ⬆️
.../ipc/netty/channel/PooledClientContextHandler.java 63.86% <0%> (+0.84%) 26% <0%> (+1%) ⬆️
src/main/java/reactor/ipc/netty/FutureMono.java 69.16% <0%> (+1.66%) 9% <0%> (+1%) ⬆️
...java/reactor/ipc/netty/channel/ContextHandler.java 73.52% <0%> (+1.96%) 27% <0%> (+1%) ⬆️
...va/reactor/ipc/netty/channel/AbortedException.java 63.63% <0%> (+27.27%) 6% <0%> (+2%) ⬆️

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 ac103c0...0105356. Read the comment docs.

@violetagg violetagg added this to the 0.7.7.RELEASE milestone May 1, 2018
@violetagg
Copy link
Member Author

Closed via 4a2e773

@violetagg violetagg closed this May 1, 2018
@violetagg violetagg deleted the issue-323 branch May 1, 2018 16:19
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.

3 participants