Fix unicode invalid skip error in AssetLib

(cherry picked from commit 0caaaf4018)
This commit is contained in:
Haoyu Qiu 2021-07-11 12:14:08 +08:00 committed by Rémi Verschelde
parent 5a54cdf4fd
commit 9184f58dc7
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

@ -662,6 +662,7 @@ PoolByteArray HTTPClient::read_response_body_chunk() {
} }
} }
if (err != OK) { if (err != OK) {
ret.resize(_offset);
break; break;
} }
} }