Skip to content

Ctrl+C does not immediately stop the server in Julia 1.8 #927

@fonsp

Description

@fonsp

Hey! Because of JuliaLang/julia#46635, pressing Ctrl+C in the terminal no longer interrupts HTTP.listen in Julia 1.8, you need to hold down Ctrl+C to force a SIGINT.

Schermopname.2022-09-21.om.14.35.07.mov

There are workarounds, either a simple one or a more advanced one that reads the tty stdin for a Ctrl+C keypress. Should we include this in HTTP.jl?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions