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

Offload TLS negotiation to I/O threads #1338

Merged
merged 7 commits into from
Dec 18, 2024

Update src/server.c

cea9d4a
Select commit
Loading
Failed to load commit list.
Merged

Offload TLS negotiation to I/O threads #1338

Update src/server.c
cea9d4a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 18, 2024 in 0s

70.78% (+0.06%) compared to 3d0c834

View this Pull Request on Codecov

70.78% (+0.06%) compared to 3d0c834

Details

Codecov Report

Attention: Patch coverage is 12.50000% with 21 lines in your changes missing coverage. Please review.

Project coverage is 70.78%. Comparing base (3d0c834) to head (cea9d4a).
Report is 80 commits behind head on unstable.

Files with missing lines Patch % Lines
src/io_threads.c 0.00% 21 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##           unstable    #1338      +/-   ##
============================================
+ Coverage     70.71%   70.78%   +0.06%     
============================================
  Files           115      119       +4     
  Lines         63159    64715    +1556     
============================================
+ Hits          44666    45806    +1140     
- Misses        18493    18909     +416     
Files with missing lines Coverage Δ
src/connection.h 87.50% <ø> (+0.29%) ⬆️
src/networking.c 88.23% <100.00%> (-0.45%) ⬇️
src/server.c 87.46% <100.00%> (-0.17%) ⬇️
src/server.h 100.00% <ø> (ø)
src/tls.c 100.00% <ø> (ø)
src/io_threads.c 6.96% <0.00%> (-0.64%) ⬇️

... and 63 files with indirect coverage changes