CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2021/03/30 10:05:56
Modified files: usr.sbin/rpki-client: http.c Log message: Make http_new() take care of all the error handling. By closing the outfd and sending back the failure report via http_fail(). This was partially done in the failure case of http_resolv() and resulted in double failure reports in that case. With and OK tb@, previous version OK deraadt@