NLnetLabs / ROVer

A Discord bot that fetches and displays the RPKI validity of a route
https://nlnetlabs.nl/rpki
BSD 3-Clause "New" or "Revised" License
6 stars 1 forks source link

Timeout connections to services #10

Closed ximon18 closed 3 years ago

ximon18 commented 3 years ago

According to the ureq crate documentation, by default there is only an initial connection timeout of 30 seconds but no timeout on the actual request to and response from the service being connected to. We don't want to wait indefinitely so add a timeout.