Fix unicode invalid skip error in AssetLib
This commit is contained in:
parent
374ffbe2d2
commit
0caaaf4018
1 changed files with 1 additions and 0 deletions
|
@ -590,6 +590,7 @@ PackedByteArray HTTPClientTCP::read_response_body_chunk() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (err != OK) {
|
if (err != OK) {
|
||||||
|
ret.resize(_offset);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue