On Sat Oct 15 00:09:26 2022 +0000, Sven Baars wrote:
And I think in that case you also want to set needs_close to false so it doesn't close fd twice if server_get_unix_fd fails.
`server_get_unix_fd` always sets needs_close to false at the beginning,can't we rely on that?