]> granicus.if.org Git - apache/commit
Optimize reading keep-alive requests with APR_INCOMPLETE_READ. In the
authorBill Stoddard <stoddard@apache.org>
Sun, 7 Jul 2002 16:35:20 +0000 (16:35 +0000)
committerBill Stoddard <stoddard@apache.org>
Sun, 7 Jul 2002 16:35:20 +0000 (16:35 +0000)
commite3ddc90edc8938c6a0e39524f03011b9c5b50fd1
tree4724b83cc2115d645b0e50d250588b73acc3ea6e
parent5d4d6172235d9966c3dec92ddc9a2d41b00eeba0
Optimize reading keep-alive requests with APR_INCOMPLETE_READ.  In the
profiling I've done, the read() in apr_read() would always fail with
EAGAIN. This will send the thread directly to select to wait for the
next request.

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