mirror of
https://github.com/yarrick/iodine.git
synced 2025-04-04 13:53:34 +03:00
recalculate timeout in immediate mode also
This commit is contained in:
parent
d10bea1607
commit
1cbe946676
1 changed files with 1 additions and 1 deletions
|
@ -322,7 +322,7 @@ got_response(int id, int immediate, int fail)
|
|||
this.rtt_total_ms += rtt_ms;
|
||||
this.num_immediate++;
|
||||
|
||||
if (this.autodetect_server_timeout && this.lazymode)
|
||||
if (this.autodetect_server_timeout)
|
||||
update_server_timeout(0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue