Fix send to properly wait while long transmits are in progress
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12083 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -82,7 +82,7 @@ sendto (
|
||||
to,
|
||||
tolen,
|
||||
&errno );
|
||||
if ( EFI_ERROR ( Status )) {
|
||||
if ( EFI_ERROR ( Status ) && ( EFI_NOT_READY != Status )) {
|
||||
LengthInBytes = -1;
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user