Jeff Trawick wrote: > we're hosed here if apr_file_write() can only write part of the data
(tbytes is < vec[i].iov_len and rv is APR_SUCCESS); don't you also need to bail if tbytes < vec[i].iov_len?
Committed r109865 which uses apr_file_write_full() to hopefully write the entire iovec.
According to the docs for apr_file_write_full, if it returns in an error condition, you should add the number of bytes written.
-Paul
