Activity
From 2026-09-05 to 2026-09-11
2026-09-09
- GS 22:08 Lighttpd Bug #3322: Graceful restart does not close file descriptors of running CGI scripts
- This patch is *UNTESTED* but is what I am thinking might handle this case:
- GS 22:01 Lighttpd Bug #3322 (Patch Pending): Graceful restart does not close file descriptors of running CGI scripts
- Thank you for the report and analysis.
Yes, the file descriptors should be closed, but that is only necessary for graceful restart, not for normal shutdown where the operating system will handle closing all the remaining open descript...