dev  

Re: sendfile in darwin

William A. Rowe, Jr.
Wed, 14 May 2008 14:07:18 -0700

sendfile client timeout now works locally.

sendfile client nonblocking test now fails.

server dies at apr_socket_recv()->70014/End of file found

client dies at apr_socket_sendfile()->70014, sent 0 bytes
client problem: sent 227008 of 370049 bytes

Jim Jagielski wrote:
GOT IT! That was it.

Patching apr-trunk and apr-1.3 now.
On May 14, 2008, at 2:35 PM, Jim Jagielski wrote:

Hmmm.... I'm thinking it has to do when the value
passed to sendfile for *len is 0... doing some checking
now.