CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/03/04 07:00:26
Modified files:
usr.sbin/rpki-client: http.c
Log message:
Simply ignore errors from tls_close(). ftp(1) does the same and it seems
too many servers out there fail to properly close the TLS session which
results in unneccessary warnings like
TLS close: EOF without close notify
Result of a discussion with job@ and tb@
