]> granicus.if.org Git - apache/commit
mpm: Add a complete_connection hook that confirms whether an MPM is allowed
authorGraham Leggett <minfrin@apache.org>
Fri, 19 Feb 2016 15:00:05 +0000 (15:00 +0000)
committerGraham Leggett <minfrin@apache.org>
Fri, 19 Feb 2016 15:00:05 +0000 (15:00 +0000)
commit84051c1c9fa812575a94091b224e192118201778
treeab9d2eac03478ef9b9eee1e3c3dc47cd0e86498b
parente3cc634d1362f6fb35becfec66a6edc842cbb78d
mpm: Add a complete_connection hook that confirms whether an MPM is allowed
to leave the WRITE_COMPLETION phase. Move filter code out of the MPMs.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1731253 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
include/ap_mmn.h
include/mpm_common.h
include/util_filter.h
server/core.c
server/mpm/event/event.c
server/mpm/motorz/motorz.c
server/mpm/simple/simple_io.c
server/mpm_common.c
server/util_filter.c