chore: anti pretendo people note and cleanup

This commit is contained in:
Maple 2025-10-07 20:39:52 +02:00
commit c698e0b3dd
25 changed files with 69 additions and 682 deletions

View file

@ -81,7 +81,9 @@ impl SplittableBufferConnection {
}
}
}
stream.shutdown().await;
if let Err(e) = stream.shutdown().await{
error!("failed to shut down stream: {}", e);
}
});
}