]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Have seperate variable on ap_writev to set the number of iovecs passed in
authorBill Stoddard <stoddard@apache.org>
Fri, 18 Feb 2000 02:53:12 +0000 (02:53 +0000)
committerBill Stoddard <stoddard@apache.org>
Fri, 18 Feb 2000 02:53:12 +0000 (02:53 +0000)
commit76a7d972f2b1d7c2895479ab537fad4709652410
tree76f42116251ff2253375b43f9185db3cd41d7f53
parent0a4a79db1587a3614044b46fa6befbe81e24e318
Have seperate variable on ap_writev to set the number of iovecs passed in
and pass back the number of bytes written. Use ap_iovec_t on the call rather
than struct iovec (I may reverse this tomorrow :-). Whatever we do, the network_io
and file_io calls need to use iovecs consistently, which isn't the case now.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84642 13f79535-47bb-0310-9956-ffa450edef68
modules/mappers/mod_rewrite.c