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

Handle interruption of handlers #2023

Merged
merged 3 commits into from
Mar 1, 2023
Merged

Handle interruption of handlers #2023

merged 3 commits into from
Mar 1, 2023

Conversation

vigoo
Copy link
Contributor

@vigoo vigoo commented Feb 28, 2023

Resolves #2022

@codecov-commenter
Copy link

codecov-commenter commented Feb 28, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.06 🎉

Comparison is base (3a98954) 62.33% compared to head (56bc5af) 62.39%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2023      +/-   ##
==========================================
+ Coverage   62.33%   62.39%   +0.06%     
==========================================
  Files         209      209              
  Lines        6051     6058       +7     
  Branches      234      237       +3     
==========================================
+ Hits         3772     3780       +8     
+ Misses       2279     2278       -1     
Impacted Files Coverage Δ
...a/zio/http/netty/server/ServerInboundHandler.scala 86.99% <100.00%> (+0.78%) ⬆️
...a/zio/http/netty/client/ClientInboundHandler.scala 100.00% <0.00%> (+3.22%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@jdegoes jdegoes merged commit 10d9d99 into main Mar 1, 2023
@jdegoes jdegoes deleted the server-interrupt branch March 1, 2023 16:08
@jdegoes
Copy link
Member

jdegoes commented Mar 1, 2023

Thank you!

@jamesward
Copy link
Contributor

Awesome. Thank you!

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.

Server Handler Interrupt = Immediate Close
4 participants