Ruediger Pluem wrote:

Anyway, it does not work as expected, as it seems that the condition
(APR_STATUS_IS_EAGAIN(rv)
                        || (rv == APR_SUCCESS &&
APR_BRIGADE_EMPTY(bb))) {
never gets true.

Looking deeper into this, if the above was never true, then the loop would spin resulting in 100% processor usage for this process/thread while the download was running.

Are you 100% sure this is never called?

Regards,
Graham
--

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to