You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
[Net] Fix get_response_body_length for large files.
Parsing was fixed, but not the return value for the exposed getter.
This commit is contained in:
@@ -534,7 +534,7 @@ Error HTTPClientTCP::poll() {
|
||||
return OK;
|
||||
}
|
||||
|
||||
int HTTPClientTCP::get_response_body_length() const {
|
||||
int64_t HTTPClientTCP::get_response_body_length() const {
|
||||
return body_size;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user