CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2021/10/23 10:06:04

Modified files:
        usr.sbin/rpki-client: cert.c extern.h http.c io.c ip.c main.c 
                              mft.c parser.c roa.c rrdp.c rsync.c tal.c 

Log message:
Finnally move away from blocking reads in rpki-client. The code was a
mish mash of poll, non-blocking writes and blocking reads. Using the
introduced ibuf size header in io_buf_new()/io_buf_close() the read
side can be changed to pull in a full ibuf and only start the un-marshal
once all data has been read.
OK benno@

Reply via email to