Skip to content

Follow up on #938 #1080

@tlienart

Description

@tlienart

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.

  1. 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?
  2. depending on (1) could some logic be added to forcibly filter out these @logmsgv handler error messages? e.g. via a keyword argument passed to listen! -> listenloop -> handle_connection ?

(happy to open a PR for (2) btw)

thanks in advance

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions