Mladen Turk wrote:

/* make the connection out of the socket */
do {
rv = apr_socket_connect(*newsock, backend_addr);
} while (APR_STATUS_IS_EINTR(rv));

One further question (I am not 100% clued up on the workings of apr's socket handling) - would a situation ever arise where APR-STATUS_IS_EINTR(rv) would always return non zero, causing an infinite loop?

Regards,
Graham
--

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



Reply via email to