mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-31 03:49:35 -05:00
In tcp_callback_writer(), don't disable time-out when changing to read.
This commit is contained in:
parent
f82f971997
commit
dc0b1699e5
1 changed files with 1 additions and 1 deletions
|
|
@ -1001,7 +1001,7 @@ tcp_callback_writer(struct comm_point* c)
|
|||
tcp_req_info_handle_writedone(c->tcp_req_info);
|
||||
} else {
|
||||
comm_point_stop_listening(c);
|
||||
comm_point_start_listening(c, -1, -1);
|
||||
comm_point_start_listening(c, -1, c->tcp_timeout_msec);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue