Merge pull request #50362 from timothyqiu/http-eof

Fix unicode invalid skip error in AssetLib
This commit is contained in:
Rémi Verschelde 2021-07-11 09:33:51 +02:00 committed by GitHub
commit a0d800e967
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -590,6 +590,7 @@ PackedByteArray HTTPClientTCP::read_response_body_chunk() {
}
}
if (err != OK) {
ret.resize(_offset);
break;
}
}