Browse Source

remove_connection refactor

pull/66/head
ssrlive 3 years ago
parent
commit
f175813cc8
  1. 2
      src/tun2proxy.rs

2
src/tun2proxy.rs

@ -369,7 +369,7 @@ impl<'a> TunToProxy<'a> {
}
if let Err(err) = state.mio_stream.shutdown(Shutdown::Both) {
log::debug!("Shutdown {} error \"{}\"", info, err);
log::trace!("Shutdown {} error \"{}\"", info, err);
}
log::info!("Close {}", info);

Loading…
Cancel
Save