CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2024/01/30 04:15:05
Modified files:
usr.sbin/rpki-client: http.c
Log message:
In the previous commit idle connections are reinserted onto the active list
when the connection is closed. Since active connections are processed after
idle ones this will trigger a "timeout, connection closed" warning.
Work around this by clearing io_time in the close case of idle connections
and checking for this in the active connection case.
Problem noticed and OK job@