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

Avoid http writer panic on broken pipe #200

Merged
merged 1 commit into from
Mar 29, 2024

Avoid http writer panic on broken pipe

ecdb142
Select commit
Loading
Failed to load commit list.
Merged

Avoid http writer panic on broken pipe #200

Avoid http writer panic on broken pipe
ecdb142
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 29, 2024 in 1s

76.10% (+0.00%) compared to 45ef3c6

View this Pull Request on Codecov

76.10% (+0.00%) compared to 45ef3c6

Details

Codecov Report

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

Project coverage is 76.10%. Comparing base (45ef3c6) to head (ecdb142).
Report is 1 commits behind head on master.

Files Patch % Lines
response/gzip/middleware.go 0.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master     #200   +/-   ##
=======================================
  Coverage   76.10%   76.10%           
=======================================
  Files          30       30           
  Lines        1724     1724           
=======================================
  Hits         1312     1312           
  Misses        297      297           
  Partials      115      115           

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