Skip to content

Commit 0c3bf1b

Browse files
committed
Remove a log ouput when a connection is closed by peer
1 parent 4f7d8c5 commit 0c3bf1b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

trantor/net/inner/TcpConnectionImpl.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,6 @@ void TcpConnectionImpl::sendInLoop(const char *buffer, size_t length)
319319
// error
320320
if (errno != EWOULDBLOCK)
321321
{
322-
LOG_SYSERR << "TcpConnectionImpl::sendInLoop";
323322
if (errno == EPIPE || errno == ECONNRESET) // TODO: any others?
324323
{
325324
return;

0 commit comments

Comments
 (0)