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

HttpServer new API #226

Merged
merged 11 commits into from
Nov 22, 2017
Merged

HttpServer new API #226

merged 11 commits into from
Nov 22, 2017

Conversation

violetagg
Copy link
Member

No description provided.

@violetagg violetagg requested a review from smaldini November 22, 2017 09:06
@codecov-io
Copy link

codecov-io commented Nov 22, 2017

Codecov Report

Merging #226 into 0.8.x will decrease coverage by 0.4%.
The diff coverage is 86.29%.

Impacted file tree graph

@@             Coverage Diff              @@
##              0.8.x     #226      +/-   ##
============================================
- Coverage     64.32%   63.92%   -0.41%     
+ Complexity     1119     1118       -1     
============================================
  Files           101      102       +1     
  Lines          4903     4867      -36     
  Branches        655      659       +4     
============================================
- Hits           3154     3111      -43     
- Misses         1340     1343       +3     
- Partials        409      413       +4
Impacted Files Coverage Δ Complexity Δ
...eactor/ipc/netty/channel/ClientContextHandler.java 62.06% <ø> (ø) 8 <0> (ø) ⬇️
...tor/ipc/netty/channel/CloseableContextHandler.java 57.89% <ø> (+5.26%) 9 <0> (+1) ⬆️
src/main/java/reactor/ipc/netty/NettyPipeline.java 100% <ø> (ø) 3 <0> (ø) ⬇️
.../ipc/netty/channel/PooledClientContextHandler.java 60.97% <ø> (+1.62%) 25 <0> (+1) ⬆️
src/main/java/reactor/ipc/netty/ReactorNetty.java 71.01% <0%> (-6.53%) 24 <0> (ø)
...or/ipc/netty/http/server/HttpServerOperations.java 68.88% <100%> (+0.17%) 49 <0> (ø) ⬇️
...eactor/ipc/netty/channel/ServerContextHandler.java 50% <100%> (-8.63%) 9 <1> (-1)
...tor/ipc/netty/http/server/HttpServerTcpConfig.java 100% <100%> (ø) 2 <2> (?)
...java/reactor/ipc/netty/channel/ContextHandler.java 60.6% <100%> (-8.33%) 22 <7> (-4)
...main/java/reactor/ipc/netty/tcp/TcpServerBind.java 100% <100%> (+7.14%) 8 <5> (+3) ⬆️
... and 39 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 af7de85...c124aca. Read the comment docs.

@violetagg violetagg added this to the 0.8.0.RELEASE milestone Nov 22, 2017
@violetagg violetagg changed the title New HttpServer API HttpServer new API Nov 22, 2017
@smaldini smaldini merged commit d5a7f48 into 0.8.x Nov 22, 2017
@smaldini smaldini deleted the 0.8.x-http-server branch November 22, 2017 17:43
@violetagg violetagg mentioned this pull request May 14, 2018
24 tasks
@violetagg violetagg modified the milestones: 0.8.0.RELEASE, 0.8.0.M1 Jun 8, 2018
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