rbb 00/11/27 19:01:10
Modified: src/include http_connection.h
Log:
Fix some incorrect docs
Submitted by: Jon Travis <[EMAIL PROTECTED]>
Revision Changes Path
1.27 +2 -2 apache-2.0/src/include/http_connection.h
Index: http_connection.h
===================================================================
RCS file: /home/cvs/apache-2.0/src/include/http_connection.h,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- http_connection.h 2000/10/23 10:46:20 1.26
+++ http_connection.h 2000/11/28 03:01:10 1.27
@@ -138,8 +138,8 @@
/* 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)