summaryrefslogtreecommitdiff
path: root/include/http_connection.h
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2000-11-28 03:01:10 +0000
committerRyan Bloom <rbb@apache.org>2000-11-28 03:01:10 +0000
commitffe0634565f5a73d80ec1a07f4568be8c92c2247 (patch)
tree9822f79e32ad8ab26c292f7e1b8bee43c0bfe806 /include/http_connection.h
parent9fca860fbd07dda33de871042e3a30eceade046a (diff)
downloadhttpd-ffe0634565f5a73d80ec1a07f4568be8c92c2247.tar.gz
Fix some incorrect docs
Submitted by: Jon Travis <jtravis@covalent.net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87098 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/http_connection.h')
-rw-r--r--include/http_connection.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/http_connection.h b/include/http_connection.h
index 7a7c9d962b..da21db07cb 100644
--- a/include/http_connection.h
+++ b/include/http_connection.h
@@ -138,8 +138,8 @@ void ap_lingering_close(conn_rec *);
/* Hooks */
/**
* This hook gives protocol modules an opportunity to set everything up
- * before calling the protocol handler. ALL pre-connection hooks are
- * always run.
+ * before calling the protocol handler. All pre-connection hooks are
+ * run until one returns something other than ok or decline
* @param c The connection on which the request has been received.
* @return OK or DECLINED
* @deffunc int ap_run_pre_connection(conn_rec *c)