]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Moving Unix socket IOL's to use APR. Also fixed a small bug in ap_recv.
authorRyan Bloom <rbb@apache.org>
Mon, 15 Nov 1999 19:50:25 +0000 (19:50 +0000)
committerRyan Bloom <rbb@apache.org>
Mon, 15 Nov 1999 19:50:25 +0000 (19:50 +0000)
commit1901b23ef9e26bf97229843ae5e93e916133a105
treebca0bea9e7c8ce24d7acee86b73b4d717a1898ba
parent23ec8813dc629fad1eac9f29e7e3182c3cb2619f
Moving Unix socket IOL's to use APR.  Also fixed a small bug in ap_recv.
We should NEVER return a status of APR_EAGAIN and say -1 bytes read.  This
can cause some strange bugs.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84120 13f79535-47bb-0310-9956-ffa450edef68
server/mpm/dexter/dexter.c
server/mpm/mpmt_pthread/mpmt_pthread.c
server/mpm/prefork/prefork.c