JuliaDocs / LiveServer.jl

Simple development server with live-reload capability for Julia.
MIT License
143 stars 26 forks source link

Getting rid of spurious logging messages from HTTP #170

Closed tlienart closed 1 year ago

tlienart commented 1 year ago

This should help with the nuisance caused by https://github.com/JuliaWeb/HTTP.jl/issues/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 commented 1 year ago

Codecov Report

Patch coverage: 68.88% and project coverage change: -0.61 :warning:

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

Additional details and impacted files ```diff @@ 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](https://app.codecov.io/gh/tlienart/LiveServer.jl/pull/170?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Thibaut+Lienart) | Coverage Δ | | |---|---|---| | [src/LiveServer.jl](https://app.codecov.io/gh/tlienart/LiveServer.jl/pull/170?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Thibaut+Lienart#diff-c3JjL0xpdmVTZXJ2ZXIuamw=) | `100.00% <ø> (ø)` | | | [src/utils.jl](https://app.codecov.io/gh/tlienart/LiveServer.jl/pull/170?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Thibaut+Lienart#diff-c3JjL3V0aWxzLmps) | `73.46% <0.00%> (-3.95%)` | :arrow_down: | | [src/server.jl](https://app.codecov.io/gh/tlienart/LiveServer.jl/pull/170?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Thibaut+Lienart#diff-c3JjL3NlcnZlci5qbA==) | `68.57% <88.57%> (+0.65%)` | :arrow_up: |

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