secur32: Handle EOF from gnutls_record_recv.
This commit is contained in:
parent
83e7a1214a
commit
aeb161f13f
|
@ -1203,6 +1203,9 @@ static SECURITY_STATUS SEC_ENTRY schan_DecryptMessage(PCtxtHandle context_handle
|
|||
return SEC_E_INTERNAL_ERROR;
|
||||
}
|
||||
}
|
||||
else if (!ret)
|
||||
break;
|
||||
|
||||
received += ret;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue