minor reading issues

This commit is contained in:
ssrlive 2023-11-08 13:35:44 +08:00
parent 0e654eb4bd
commit 3879e04327

View file

@ -1167,6 +1167,7 @@ impl<'a> TunToProxy<'a> {
// Hardware or software interrupt, continue polling. // Hardware or software interrupt, continue polling.
continue; continue;
} else { } else {
*is_closed = true;
return Err(error.into()); return Err(error.into());
} }
} }