You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.as_raw_fd doesn't take the ownership of the fd, so the fd is closed when self is dropped. This was #147 , which was fixed, then apparently reintroduced.
I thought I added a test case to catch this....
The text was updated successfully, but these errors were encountered:
async-std/src/os/unix/net/stream.rs
Lines 253 to 257 in dbc98fa
.as_raw_fd
doesn't take the ownership of the fd, so the fd is closed whenself
is dropped. This was #147 , which was fixed, then apparently reintroduced.I thought I added a test case to catch this....
The text was updated successfully, but these errors were encountered: