Skip to content
  • deuce's avatar
    Add some paranoia for handling FCGI_END_REQUEST. · b7d96af5
    deuce authored
    While the FastCGI read_wait_timeout function should never return
    CGI_*_READY with CGI_PROCESS_TERMINATED, it looks like somehow on some
    systems, there's an additional select() happening after the process is
    done.
    
    Explicitly track this, and try to prevent it.
    b7d96af5