]> granicus.if.org Git - apache/commit
The read() in apr_recv() would always be called first and return EAGAIN.
authorBill Stoddard <stoddard@apache.org>
Tue, 31 Jul 2001 00:34:27 +0000 (00:34 +0000)
committerBill Stoddard <stoddard@apache.org>
Tue, 31 Jul 2001 00:34:27 +0000 (00:34 +0000)
commit22dbf976702af5487d14153f30becd2055140f76
treea6a1b6271fc0e3a542c6fe633108991ebb8ec4da
parent82cb29c823822b5bceeb0ad01221617b07f590d4
The read() in apr_recv() would always be called first and return EAGAIN.
This one change to eliminate the read unless there are really bytes to read
is good for a 7 to 9% performance boost on AIX.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89809 13f79535-47bb-0310-9956-ffa450edef68
server/connection.c