]> granicus.if.org Git - apache/commit
Make file I/O and network I/O writev/sendv APIs consistent.
authorBill Stoddard <stoddard@apache.org>
Mon, 21 Feb 2000 16:41:41 +0000 (16:41 +0000)
committerBill Stoddard <stoddard@apache.org>
Mon, 21 Feb 2000 16:41:41 +0000 (16:41 +0000)
commit1fbede0e012727c94c98935603d365844d3baff0
tree876543c6b3683351811f333e48944f34efc970f6
parent4cdb8a376e350b9430c83fd8321d31080e3e50bd
Make file I/O and network I/O writev/sendv APIs consistent.
Eliminate use of ap_iovec_t and use Posix struct iovec. I never
did hear a case (much less a strong case) supporting the need
for ap_iovec_t, so out it goes.

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