-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: In stack ending at D66275420, several call sites were migrated from RawFd with explicit `libc::close()` or `nix::unistd::close()` which admit the possibility of failure. Now, `close()` failures are unactionable -- you certainly cannot retry the close operation or risk closing some other FD -- but it may be worth logging when they happen. Bring back explicit close operations and error checking. Reviewed By: jasonwhite Differential Revision: D67157487 fbshipit-source-id: 254cace779c6f993117fbaaf6e0453df6bdc70e5
- Loading branch information
1 parent
1a1bfa4
commit bd319a7
Showing
3 changed files
with
11 additions
and
8 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
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
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