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?)
It looks like FRP-5007 signal handling improvements introduce regression of
httpd -f
(FRP-4882 works). SendingCTRL+C
when running with-f
(foreground) causes the program hangs no longer serving directory.curl localhost
also hangs.Running from Windows
cmd
shellbusybox-w64-FRP-5007-g82accfc19.exe httpd -f
correctly handlesCTRL+C
(cmd kills it?)