зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1148231: fix wrong error message on DataChannel failed resend of packet r=khuey
This commit is contained in:
Родитель
2cf094b2c9
Коммит
09b8bced54
|
@ -1125,7 +1125,7 @@ DataChannelConnection::SendDeferredMessages()
|
|||
nullptr, 0,
|
||||
(void *)spa, (socklen_t)sizeof(struct sctp_sendv_spa),
|
||||
SCTP_SENDV_SPA,
|
||||
0) < 0)) {
|
||||
0)) < 0) {
|
||||
if (errno == EAGAIN || errno == EWOULDBLOCK) {
|
||||
// leave queued for resend
|
||||
failed_send = true;
|
||||
|
|
Загрузка…
Ссылка в новой задаче