summaryrefslogtreecommitdiff
path: root/include/http_core.h
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2015-10-04 10:10:51 +0000
committerGraham Leggett <minfrin@apache.org>2015-10-04 10:10:51 +0000
commit615f97f93364fd7189ce973478266ce3d229d76b (patch)
tree84b9f0601b3a3ba6ecb0caf794378d7019f850e5 /include/http_core.h
parentcd6aa9bc3bc2391839c64c8778ed5d7ec0d220d7 (diff)
downloadhttpd-615f97f93364fd7189ce973478266ce3d229d76b.tar.gz
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
Diffstat (limited to 'include/http_core.h')
-rw-r--r--include/http_core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/http_core.h b/include/http_core.h
index 13196e1059..dbb310db8e 100644
--- a/include/http_core.h
+++ b/include/http_core.h
@@ -792,6 +792,7 @@ AP_DECLARE_DATA extern ap_filter_rec_t *ap_subreq_core_filter_handle;
AP_DECLARE_DATA extern ap_filter_rec_t *ap_core_output_filter_handle;
AP_DECLARE_DATA extern ap_filter_rec_t *ap_content_length_filter_handle;
AP_DECLARE_DATA extern ap_filter_rec_t *ap_core_input_filter_handle;
+AP_DECLARE_DATA extern ap_filter_rec_t *ap_request_core_filter_handle;
/**
* This hook provdes a way for modules to provide metrics/statistics about