Fix unicode invalid skip error in AssetLib

This commit is contained in:
Haoyu Qiu 2021-07-11 12:14:08 +08:00
parent 374ffbe2d2
commit 0caaaf4018

View file

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