various improvements

This commit is contained in:
Jay
2026-04-24 10:59:33 -04:00
parent e32bbc99d8
commit 4ac2c488ad
14 changed files with 41 additions and 32 deletions
-1
View File
@@ -399,7 +399,6 @@ func (c *Connection) Send(data []byte) error {
if c.logger != nil {
c.logger.Error("write deadline error", "error", err)
}
c.shutdownExternal()
return NewConnectionError(fmt.Errorf("%w: %w", ErrFailedWriteDeadline, err))
}
}