Adjust http_done() the be more like http_fail() -- only do the message
authorclaudio <claudio@openbsd.org>
Tue, 13 Apr 2021 13:54:15 +0000 (13:54 +0000)
committerclaudio <claudio@openbsd.org>
Tue, 13 Apr 2021 13:54:15 +0000 (13:54 +0000)
commitbc49575fdf0d75c10b2619ec4a83633616c070b0
tree4757fb3fd49745fdbc45c2caf988dfb8dc81f91f
parent66477c5c62b155efefbad7fcfa8d2004bbb79c4d
Adjust http_done() the be more like http_fail() -- only do the message
delivery part but don't alter the http_connection anymore.
Also move common code in the connect case into a new function and call it
from connect and finish connect.
OK benno@
usr.sbin/rpki-client/http.c