cosmetic
This commit is contained in:
@@ -52,7 +52,7 @@ void syncGroupWriteNotify::destroy ( casgRecycle & recycle )
|
||||
syncGroupWriteNotify::~syncGroupWriteNotify ()
|
||||
{
|
||||
if ( this->idIsValid ) {
|
||||
this->chan->ioCancel ( this-> id );
|
||||
this->chan->ioCancel ( this->id );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -175,8 +175,11 @@ unsigned tcpiiu::sendBytes ( const void *pBuf,
|
||||
continue;
|
||||
}
|
||||
|
||||
if ( localError != SOCK_EPIPE && localError != SOCK_ECONNRESET &&
|
||||
localError != SOCK_ETIMEDOUT && localError != SOCK_ECONNABORTED ) {
|
||||
if (
|
||||
localError != SOCK_EPIPE &&
|
||||
localError != SOCK_ECONNRESET &&
|
||||
localError != SOCK_ETIMEDOUT &&
|
||||
localError != SOCK_ECONNABORTED ) {
|
||||
this->cacRef.printf ( "CAC: unexpected TCP send error: %s\n",
|
||||
SOCKERRSTR ( localError ) );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user