mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-04 13:27:39 +03:00
wip
This commit is contained in:
parent
a544163dd9
commit
dfeefd0afd
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ fn close<T>(
|
||||||
api.detach(fd, id);
|
api.detach(fd, id);
|
||||||
Some(ntex_rt::spawn_blocking(move || {
|
Some(ntex_rt::spawn_blocking(move || {
|
||||||
if !error {
|
if !error {
|
||||||
syscall!(libc::shutdown(fd, libc::SHUT_RDWR))?;
|
syscall!(libc::shutdown(fd, libc::SHUT_RDWR));
|
||||||
}
|
}
|
||||||
syscall!(libc::close(fd))
|
syscall!(libc::close(fd))
|
||||||
}))
|
}))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue