We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 125adf5 commit a38e182Copy full SHA for a38e182
src/safeposix/syscalls/fs_calls.rs
@@ -3224,7 +3224,7 @@ impl Cage {
3224
// one less reference to the file.
3225
match filedesc_enum {
3226
//if we are a socket, we dont change disk metadata
3227
- Stream(_) => {} // Stream closing not supported
+ Stream(_) => {} // Streams don't require any additional cleanup
3228
Epoll(_) => {} // TODO: Epoll closing not implemented yet
3229
Socket(ref mut socket_filedesc_obj) => {
3230
// Retrieve the socket file descriptor object and get the write
0 commit comments