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 KeepAlive timeout handling in default dispatcher #351

Merged
merged 2 commits into from
May 1, 2024

wip

6dae563
Select commit
Loading
Failed to load commit list.
Merged

Fix KeepAlive timeout handling in default dispatcher #351

wip
6dae563
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 1, 2024 in 0s

90.66% (+0.03%) compared to c9c85f2

View this Pull Request on Codecov

90.66% (+0.03%) compared to c9c85f2

Details

Codecov Report

Attention: Patch coverage is 41.66667% with 7 lines in your changes are missing coverage. Please review.

Project coverage is 90.66%. Comparing base (c9c85f2) to head (6dae563).
Report is 1 commits behind head on master.

Files Patch % Lines
ntex-io/src/dispatcher.rs 50.00% 4 Missing ⚠️
ntex-io/src/ioref.rs 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #351      +/-   ##
==========================================
+ Coverage   90.62%   90.66%   +0.03%     
==========================================
  Files         197      197              
  Lines       31646    31689      +43     
==========================================
+ Hits        28680    28731      +51     
+ Misses       2966     2958       -8     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.