Fix unicode invalid skip error in AssetLib
(cherry picked from commit 0caaaf4018
)
This commit is contained in:
parent
5a54cdf4fd
commit
9184f58dc7
1 changed files with 1 additions and 0 deletions
|
@ -662,6 +662,7 @@ PoolByteArray HTTPClient::read_response_body_chunk() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (err != OK) {
|
if (err != OK) {
|
||||||
|
ret.resize(_offset);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue