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

Getting rid of spurious logging messages from HTTP #170

Merged
merged 1 commit into from
Jul 16, 2023

Conversation

tlienart
Copy link
Collaborator

This should help with the nuisance caused by JuliaWeb/HTTP.jl#938 where a user may be faced with an obscure error about a broken pipe (EPIPE) which they can't do anything about and, actually, doesn't affect the server.

It should be rolled back in favour of something else if we get a better approach from 938.

@codecov-commenter
Copy link

codecov-commenter commented Jul 16, 2023

Codecov Report

Patch coverage: 68.88% and project coverage change: -0.61 ⚠️

Comparison is base (96c1e42) 74.62% compared to head (eabd67f) 74.01%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #170      +/-   ##
==========================================
- Coverage   74.62%   74.01%   -0.61%     
==========================================
  Files           4        4              
  Lines         398      408      +10     
==========================================
+ Hits          297      302       +5     
- Misses        101      106       +5     
Impacted Files Coverage Δ
src/LiveServer.jl 100.00% <ø> (ø)
src/utils.jl 73.46% <0.00%> (-3.95%) ⬇️
src/server.jl 68.57% <88.57%> (+0.65%) ⬆️

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

@tlienart tlienart merged commit 8282a29 into master Jul 16, 2023
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.

2 participants