fcgiwrap icon indicating copy to clipboard operation
fcgiwrap copied to clipboard

Listen socket not closed correctly

Open AndiDog opened this issue 10 years ago • 0 comments

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

AndiDog avatar Apr 22 '15 09:04 AndiDog