]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
core: Extend support for asynchronous write completion from the
authorGraham Leggett <minfrin@apache.org>
Sun, 4 Oct 2015 10:10:51 +0000 (10:10 +0000)
committerGraham Leggett <minfrin@apache.org>
Sun, 4 Oct 2015 10:10:51 +0000 (10:10 +0000)
commit615f97f93364fd7189ce973478266ce3d229d76b
tree84b9f0601b3a3ba6ecb0caf794378d7019f850e5
parentcd6aa9bc3bc2391839c64c8778ed5d7ec0d220d7
core: Extend support for asynchronous write completion from the
network filter to any connection or request filter.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1706669 13f79535-47bb-0310-9956-ffa450edef68
16 files changed:
CHANGES
include/ap_mmn.h
include/http_core.h
include/http_request.h
include/httpd.h
include/util_filter.h
modules/http/http_core.c
modules/http/http_request.c
modules/ssl/ssl_engine_io.c
server/core.c
server/core_filters.c
server/mpm/event/event.c
server/mpm/motorz/motorz.c
server/mpm/simple/simple_io.c
server/request.c
server/util_filter.c