CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/04/13 07:54:15
Modified files:
usr.sbin/rpki-client: http.c
Log message:
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@
