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

optimize ssl_connect/ssl_shutdown #4030

Merged
merged 7 commits into from
Jan 27, 2021
Merged

optimize ssl_connect/ssl_shutdown #4030

merged 7 commits into from
Jan 27, 2021

Conversation

matyhtf
Copy link
Member

@matyhtf matyhtf commented Jan 27, 2021

No description provided.

@codecov
Copy link

codecov bot commented Jan 27, 2021

Codecov Report

Merging #4030 (baa4cf3) into master (709813f) will decrease coverage by 1.47%.
The diff coverage is 42.85%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4030      +/-   ##
==========================================
- Coverage   49.28%   47.80%   -1.48%     
==========================================
  Files          69       71       +2     
  Lines       13063    14263    +1200     
==========================================
+ Hits         6438     6819     +381     
- Misses       6625     7444     +819     
Impacted Files Coverage Δ
src/coroutine/socket.cc 39.10% <0.00%> (-2.86%) ⬇️
src/network/socket.cc 47.54% <45.00%> (-10.61%) ⬇️
src/server/port.cc 49.72% <0.00%> (-4.02%) ⬇️
src/server/reactor_thread.cc 53.83% <0.00%> (-1.66%) ⬇️
src/server/master.cc 52.10% <0.00%> (-1.33%) ⬇️
src/protocol/base.cc 65.35% <0.00%> (-1.31%) ⬇️
src/server/worker.cc 49.86% <0.00%> (-0.99%) ⬇️
src/server/reactor_process.cc 41.40% <0.00%> (-0.50%) ⬇️
... and 5 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 709813f...baa4cf3. Read the comment docs.

@matyhtf matyhtf merged commit 8f075dc into master Jan 27, 2021
@matyhtf matyhtf deleted the optimize-ssl branch January 27, 2021 16:10
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.

1 participant