mirror of
https://github.com/godotengine/godot.git
synced 2024-11-27 09:16:35 +08:00
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) {
|
||||
ret.resize(_offset);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user