CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/04/08 10:56:34
Modified files:
usr.sbin/rpki-client: http.c
Log message:
Change the order of the poll loop to first process active http connections
and then accept new ones. This way there is no risk of processing a new
connection before poll() was called.
OK tb@ as part of a larger diff
