1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-13 13:31:48 +00:00
Files
godot/editor/plugins
Hugo Locurcio dd4fe8588b Fix occasional crash when downloading assets from the Asset Library
This is caused by GitHub not publishing a Content-Length header in
all cases (it only does so if the file was requested recently),
which in turn made `String.humanize_size()` try to humanize a size of
-1 byte (as returned by HTTPRequest when no Content-Length
is contained in the response).
This crashed the editor due to a division by zero.

This closes #21200.
2018-08-20 20:21:56 +02:00
..
2018-05-15 17:14:31 -03:00
2018-05-07 21:03:16 +02:00
2018-05-07 21:03:16 +02:00
2018-05-07 21:03:16 +02:00
2018-08-04 11:25:07 +02:00
2018-08-04 11:25:07 +02:00
2018-08-09 20:38:02 -03:00