Merge pull request #50362 from timothyqiu/http-eof
Fix unicode invalid skip error in AssetLib
This commit is contained in:
commit
a0d800e967
@ -590,6 +590,7 @@ PackedByteArray HTTPClientTCP::read_response_body_chunk() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (err != OK) {
|
if (err != OK) {
|
||||||
|
ret.resize(_offset);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user