Commit Graph

3 Commits

Author SHA1 Message Date
Glenn Strauss cc2fcd3ece [multiple] _WIN32 fdevent_pipe_cloexec()
Note: Under _WIN32, serious limitation in Windows APIs:
  select() and WSAPoll() operate only on sockets (not pipes)
  (directly affects mod_cgi; not currently handled)
2021-09-30 17:34:03 -04:00
Glenn Strauss af96e52be9 [core] quiet coverity warnings 2021-09-14 03:25:58 -04:00
Glenn Strauss 7b615d5d24 [multiple] de-dup file and piped loggers (fixes #3101)
de-dup file and piped loggers for error logs and access logs

x-ref:
  "RFE: de-dup file and piped loggers"
  https://redmine.lighttpd.net/issues/3101
2021-09-13 03:37:11 -04:00