1
This commit is contained in:
parent
0ae4192e3a
commit
b2d8c32b70
@ -170,6 +170,7 @@ namespace a8
|
||||
socket_handle = 0;
|
||||
recv_bufflen_ = 0;
|
||||
is_activite = false;
|
||||
sending_ = false;
|
||||
}
|
||||
|
||||
void TcpSession::Destory()
|
||||
@ -338,7 +339,6 @@ namespace a8
|
||||
if (err_code == EAGAIN || err_code == EWOULDBLOCK) {
|
||||
break;
|
||||
} else {
|
||||
abort();
|
||||
Close();
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user