]> granicus.if.org Git - apache/commitdiff
Fix some incorrect docs
authorRyan Bloom <rbb@apache.org>
Tue, 28 Nov 2000 03:01:10 +0000 (03:01 +0000)
committerRyan Bloom <rbb@apache.org>
Tue, 28 Nov 2000 03:01:10 +0000 (03:01 +0000)
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

include/http_connection.h

index 7a7c9d962b1d6249ee81fa160722f65fca3f3861..da21db07cbb4afab15a9b03af2cc670a19352b40 100644 (file)
@@ -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)