-
Notifications
You must be signed in to change notification settings - Fork 182
Closed
Description
Sorry I tried to comment on #938 but it looks like I wasn't able to re-open the issue. The problem still occurs for users of LiveServer.jl getting these confusing error messages about broken pipes which shouldn't actually concern them.
I tried silencing all logging by wrapping the main LiveServer loop (effectively happening around a HTTP.listen!
) in a TestLogger
but that impacted the logging of other non-HTTP stuff that happens during the loop so had to roll it back.
- in Allow hiding handler error #938 commits seem to suggest that the issue was fixed even though I still see these broken pipe messages; is there a step I need to take here that I might have missed?
- depending on (1) could some logic be added to forcibly filter out these
@logmsgv
handler error messages? e.g. via a keyword argument passed tolisten! -> listenloop -> handle_connection
?
(happy to open a PR for (2) btw)
thanks in advance
Metadata
Metadata
Assignees
Labels
No labels