Jeff Trawick wrote:
+ if (sock->netmask & APR_INCOMPLETE_WRITE) { + sock->netmask &= ~APR_INCOMPLETE_WRITE; + goto do_select; + } + do { rv = sendfile(sock->socketdes, /* socket */ file->filedes, /* open file descriptor of the file to be sent */
Without this patch, what was happening? Did you get EAGAIN on the sendfile call?
--Brian
