ignore return value from fcntl() FD_CLOEXEC
setting or removing FD_CLOEXEC flag does not fail Also the use in mod_fastcgi and mod_scgi is in child after fork(). If the fd already happens to be 0 (should not happen in current code) and removing the FD_CLOEXEC flag fails, then the backend will fail to start.personal/stbuehler/mod-csrf
parent
9173d9aa7d
commit
1e129cce45
Loading…
Reference in New Issue