chore: anti pretendo people note and cleanup
This commit is contained in:
parent
4e83068662
commit
c698e0b3dd
25 changed files with 69 additions and 682 deletions
|
|
@ -81,7 +81,9 @@ impl SplittableBufferConnection {
|
|||
}
|
||||
}
|
||||
}
|
||||
stream.shutdown().await;
|
||||
if let Err(e) = stream.shutdown().await{
|
||||
error!("failed to shut down stream: {}", e);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue