We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7375b8f commit 5aaac12Copy full SHA for 5aaac12
src/tcp.rs
@@ -502,7 +502,6 @@ impl AsyncWrite for TcpStream {
502
cx: &mut Context<'_>,
503
buf: &[u8],
504
) -> Poll<std::io::Result<usize>> {
505
- error!("TcpStream::poll_write called with {} bytes", buf.len());
506
let mut control = self.control.lock();
507
508
// If state == Close | Closing | Closed, the TCP stream WR half is closed.
0 commit comments