1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +00:00
Files
godot/core
Cnidarias 69a532414c Fix http limitation for large "content-length"
When a request was issued to a server that returned "content-length" header
whose value was greater than that of an "int" we ran into overflow
problems. The fix for this was rather simple by increasing the data
type to `int64_t`
2021-12-30 01:16:19 +01:00
..
2021-12-16 17:49:22 +08:00
2021-02-10 19:31:24 -03:00
2021-02-10 19:31:24 -03:00
2021-01-01 20:19:21 +01:00