rmyorston / busybox-w32

WIN32 native port of BusyBox.
https://frippery.org/busybox
Other
693 stars 126 forks source link

`httpd` - CTRL-C signal handling regression #365

Closed naksyl closed 10 months ago

naksyl commented 1 year ago

It looks like FRP-5007 signal handling improvements introduce regression of httpd -f (FRP-4882 works). Sending CTRL+C when running with -f (foreground) causes the program hangs no longer serving directory. curl localhost also hangs.

Running from Windows cmd shell busybox-w64-FRP-5007-g82accfc19.exe httpd -f correctly handles CTRL+C (cmd kills it?)

rmyorston commented 1 year ago

The problem was in the shell. It should be OK now.