Skip to content

Getting rid of spurious logging messages from HTTP#170

Merged
tlienart merged 1 commit into
masterfrom
tl/http-issue-938
Jul 16, 2023
Merged

Getting rid of spurious logging messages from HTTP#170
tlienart merged 1 commit into
masterfrom
tl/http-issue-938

Conversation

@tlienart
Copy link
Copy Markdown
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
Copy Markdown

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