Edit

IABSD.fr/src/usr.sbin/slowcgi

Branch :

  • Show log

    Commit

  • Author : claudio
    Date : 2018-10-19 08:13:34
    Hash : 73e38a72
    Message : When calculating the fd limit before accepting a new connection also account for the inflight fds caused by the new connection. Without this slowcgi could fail when close to the limit because FD_RESERVE is smaller then FD_NEEDED. OK florian@, tested by Kristaps Dzonsons