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 #460 Ensure errors while upgrading to websocket will be propagated #463

Merged
merged 1 commit into from Oct 16, 2018

Conversation

violetagg
Copy link
Member

No description provided.

@violetagg violetagg added this to the 0.8.2.RELEASE milestone Oct 14, 2018
@codecov-io
Copy link

codecov-io commented Oct 14, 2018

Codecov Report

Merging #463 into master will increase coverage by 0.14%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##             master   #463      +/-   ##
==========================================
+ Coverage     62.86%    63%   +0.14%     
- Complexity     1252   1256       +4     
==========================================
  Files           122    122              
  Lines          5981   5988       +7     
  Branches        783    784       +1     
==========================================
+ Hits           3760   3773      +13     
+ Misses         1794   1787       -7     
- Partials        427    428       +1
Impacted Files Coverage Δ Complexity Δ
...eactor/netty/http/client/HttpClientOperations.java 48.18% <0%> (ø) 61 <0> (ø) ⬇️
src/main/java/reactor/netty/FutureMono.java 65% <0%> (-2.5%) 8% <0%> (ø)
...a/reactor/netty/http/client/HttpClientConnect.java 53.86% <0%> (+0.38%) 4% <0%> (ø) ⬇️
...eactor/netty/channel/ChannelOperationsHandler.java 67.7% <0%> (+1.11%) 63% <0%> (+1%) ⬆️
...ctor/netty/resources/PooledConnectionProvider.java 79.23% <0%> (+1.15%) 20% <0%> (+1%) ⬆️
.../java/reactor/netty/channel/ChannelOperations.java 78.35% <0%> (+1.49%) 57% <0%> (+1%) ⬆️
...n/java/reactor/netty/channel/AbortedException.java 45.45% <0%> (+9.09%) 4% <0%> (+1%) ⬆️

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 81f7a1e...0ee0000. Read the comment docs.

Copy link
Contributor

@smaldini smaldini left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would rather qualify the error with an IllegalArgumentException. I'm suprised it gets caught and i wonder if its hiding a greater issue. Do you know what is catching this exception ?

@violetagg
Copy link
Member Author

@violetagg violetagg merged commit 0ee0000 into master Oct 16, 2018
@violetagg violetagg deleted the issue-460 branch October 16, 2018 16:43
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