oob/usock: drop message to be sent in process_send()
Этот коммит содержится в:
родитель
170734182b
Коммит
d757fbba5d
@ -316,6 +316,10 @@ static void process_send(int fd, short args, void *cbdata)
|
|||||||
goto cleanup;
|
goto cleanup;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (MCA_OOB_USOCK_CLOSED == peer->state) {
|
||||||
|
/* the peer has gone, it will never come back */
|
||||||
|
goto cleanup;
|
||||||
|
}
|
||||||
/* add the message to the queue for sending after the
|
/* add the message to the queue for sending after the
|
||||||
* connection is formed
|
* connection is formed
|
||||||
*/
|
*/
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user