mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 18:03:56 -04:00
*** empty log message ***
This commit is contained in:
parent
38d6913847
commit
908aaefbb3
@ -566,7 +566,6 @@ download(const string &file_name, Filename file_dest,
|
|||||||
|
|
||||||
// Handle receive timeouts by trying again
|
// Handle receive timeouts by trying again
|
||||||
if (ans == RS_timeout) {
|
if (ans == RS_timeout) {
|
||||||
nassertr(bytes == 0, false);
|
|
||||||
for (int r = 0; r < downloader_timeout_retries; r++) {
|
for (int r = 0; r < downloader_timeout_retries; r++) {
|
||||||
ans = safe_receive(_socket, status._next_in, read_size,
|
ans = safe_receive(_socket, status._next_in, read_size,
|
||||||
(long)downloader_timeout, bytes);
|
(long)downloader_timeout, bytes);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user