Simply ignore errors from tls_close(). ftp(1) does the same and it seems
authorclaudio <claudio@openbsd.org>
Thu, 4 Mar 2021 14:00:26 +0000 (14:00 +0000)
committerclaudio <claudio@openbsd.org>
Thu, 4 Mar 2021 14:00:26 +0000 (14:00 +0000)
commit6ded7de0b591627b3a5e2ccd6e97e3dd82ccb192
tree246441db970482ec3fbdd85593be59a74093541e
parent1ef5b48a83d785691f8950d5d9b0a0f3440f1bc6
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@
usr.sbin/rpki-client/http.c