-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When creating sockets, do all work at fd level first
When errors happen during the socket creation process, we want to be able to clean up by closing the socket fd, and not have to worry about leaking an incompletely configured fd into some Lisp object.
- Loading branch information
Showing
1 changed file
with
143 additions
and
148 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters