gnosek / fcgiwrap

Simple FastCGI wrapper for CGI scripts
http://nginx.localdomain.pl/
MIT License
407 stars 134 forks source link

Listen socket not closed correctly #28

Open AndiDog opened 9 years ago

AndiDog commented 9 years ago

Since the listen socket is moved to FD 0, it should be close(0); instead of close(fd);, I believe.