Merge pull request #34 from ucloud/bugfix_fix_http_recv_error

bugfix fix http recv error
This commit is contained in:
ethanDu1 2020-05-28 11:16:04 +08:00 committed by GitHub
commit 1484996819
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ int32_t HAL_TCP_Read(_IN_ uintptr_t fd, _OU_ unsigned char *buf, _IN_ size_t len
}
else if (0 == ret)
{
break;
continue;
}
else
{