]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Added ap_read_async_request()...
authorBrian Pane <brianp@apache.org>
Sun, 4 Dec 2005 20:38:25 +0000 (20:38 +0000)
committerBrian Pane <brianp@apache.org>
Sun, 4 Dec 2005 20:38:25 +0000 (20:38 +0000)
commitfca35efc302dda363ee8e34c8ddf65c14c5a5ab8
tree56c6c12f4f7ee382a76460838ca2455993f6b1dd
parent5a5c259bf407a2456d21db1a51a5ebf9912a9191
Added ap_read_async_request()...
At the moment, asynchronous MPMs still read the request headers
with the connection in blocking mode.  To enable asynchronous
read completion, we'll need to make some changes in the Event MPM.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/async-read-dev@353904 13f79535-47bb-0310-9956-ffa450edef68
include/http_protocol.h
include/httpd.h
modules/http/http_core.c
server/protocol.c