Re: rpki-client better error handling in rrdp

2023-05-01 Thread Theo Buehler
On Mon, May 01, 2023 at 11:00:46AM +0200, Claudio Jeker wrote: > I managed to end up with bad filedescriptors in rrdp. > The result is not pretty since the code will start to spin doing poll() > and read() with read failing but the code does not back off enough to > remove the fd from the poll list

rpki-client better error handling in rrdp

2023-05-01 Thread Claudio Jeker
I managed to end up with bad filedescriptors in rrdp. The result is not pretty since the code will start to spin doing poll() and read() with read failing but the code does not back off enough to remove the fd from the poll list. Fix is simple, instead of marking the request as failed just fail th