Reset the io_time (io timeout value) when the timer expires. Without this
authorclaudio <claudio@openbsd.org>
Wed, 10 May 2023 15:24:41 +0000 (15:24 +0000)
committerclaudio <claudio@openbsd.org>
Wed, 10 May 2023 15:24:41 +0000 (15:24 +0000)
commit3029ed57c064322b31220165ff81ee577e8a53b4
treee3916d528cb01ff60f5f7c4b2d94998de2c6da50
parent3130d2a2d699478c599513e90c53b911843ac7df
Reset the io_time (io timeout value) when the timer expires. Without this
the next connect will immediatly timeout again which is not intended.
It does not matter in the other case since the connection is destroyed anyway.
Problem noticed by job@ and Jelle (jelle (at) luteijn.email)
OK job@ tb@
usr.sbin/rpki-client/http.c