]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Refactoring of ap_read_request() to store partial request state
authorBrian Pane <brianp@apache.org>
Sat, 31 Dec 2005 23:45:11 +0000 (23:45 +0000)
committerBrian Pane <brianp@apache.org>
Sat, 31 Dec 2005 23:45:11 +0000 (23:45 +0000)
commit0aece3ad6c7a67f88810e05e8032da836cb12e27
treee60b10b1ac036c10b44c2737a2b2cdba5ee40ad6
parentc821da5c78d082ffe4a55e27eb1112b580e07921
Refactoring of ap_read_request() to store partial request state
in the request rec.  The point of this is to allow asynchronous
MPMs do do nonblocking reads of requests.  (Backported from the
async-read-dev branch)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@360461 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
include/ap_mmn.h
include/httpd.h
server/protocol.c