CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2022/11/02 10:50:52
Modified files: usr.sbin/rpki-client: http.c Log message: Introduce conn_info() which combines http_info() and ip_info() to output both the host/uri and IP address of a connection. Adjust http_connect() error handling to make sure conn->res is set to the last address when hitting the error condition after the loop. OK tb@