Download raw body.
rpki-client: add error checks for pthread_* calls
And in good tradition a typo was spotted right after send: > + if (error != 0) > + err(1, "pthread_cond_wait: %s", > + strerror(errno)); in my tree i did s/errno/error
rpki-client: add error checks for pthread_* calls