CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/04/06 06:35:24
Modified files:
usr.sbin/rpki-client: http.c
Log message:
Cleanup http_connect() and make it look more like the example in
getaddrinfo(3). Most notable change is the error reporting.
Do not warn if cause is not set. In this case the last connect attempt
failed but there is no alternate address to use. Since that error was
already logged there is no need for an extra warning here.
OK job@
