[mio] fmt
This commit is contained in:
@@ -377,7 +377,7 @@ fn readable_handle(
|
|||||||
loop {
|
loop {
|
||||||
if mid_buf.len() >= BUF_LEN {
|
if mid_buf.len() >= BUF_LEN {
|
||||||
// 达到上限不再继续读取
|
// 达到上限不再继续读取
|
||||||
log::warn!("达到上限不再继续读取 {:?}->{:?}",stream1,stream2);
|
log::warn!("达到上限不再继续读取 {:?}->{:?}", stream1, stream2);
|
||||||
return Ok(());
|
return Ok(());
|
||||||
}
|
}
|
||||||
match stream1.read(&mut buf) {
|
match stream1.read(&mut buf) {
|
||||||
|
|||||||
Reference in New Issue
Block a user