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

Add wiretap(boolean) for the server and client configuration #479

Merged
merged 1 commit into from
Oct 25, 2018

Conversation

violetagg
Copy link
Member

No description provided.

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

codecov-io commented Oct 25, 2018

Codecov Report

Merging #479 into master will decrease coverage by 0.08%.
The diff coverage is 29.62%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #479      +/-   ##
============================================
- Coverage     62.97%   62.88%   -0.09%     
- Complexity     1268     1276       +8     
============================================
  Files           122      122              
  Lines          6028     6049      +21     
  Branches        786      786              
============================================
+ Hits           3796     3804       +8     
- Misses         1807     1817      +10     
- Partials        425      428       +3
Impacted Files Coverage Δ Complexity Δ
...ain/java/reactor/netty/http/client/HttpClient.java 70.7% <16.66%> (-3.77%) 50 <2> (+1)
.../java/reactor/netty/channel/BootstrapHandlers.java 83.52% <25%> (+0.47%) 35 <0> (ø) ⬇️
src/main/java/reactor/netty/tcp/TcpServer.java 49.29% <33.33%> (-2.18%) 21 <2> (+1)
src/main/java/reactor/netty/udp/UdpServer.java 48.75% <33.33%> (-1.9%) 21 <2> (+1)
src/main/java/reactor/netty/udp/UdpClient.java 40.74% <33.33%> (-1.57%) 16 <2> (+1)
src/main/java/reactor/netty/tcp/TcpClient.java 59.52% <33.33%> (-2.21%) 30 <2> (+1)
...ain/java/reactor/netty/http/server/HttpServer.java 68.05% <40%> (-5.08%) 30 <2> (ø)
...c/main/java/reactor/netty/channel/FluxReceive.java 78.75% <0%> (+0.51%) 60% <0%> (+1%) ⬆️
...ctor/netty/resources/PooledConnectionProvider.java 79.23% <0%> (+1.15%) 20% <0%> (+1%) ⬆️
...r/netty/http/server/WebsocketServerOperations.java 60.56% <0%> (+1.4%) 18% <0%> (+1%) ⬆️
... and 1 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 3c9ab14...053e2a4. Read the comment docs.

@smaldini smaldini merged commit 51c4a5f into master Oct 25, 2018
@smaldini smaldini deleted the introduce-wiretap-with-boolean branch October 25, 2018 21:22
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