dgaudet 97/12/31 13:39:27
Modified: src/main http_request.c
Log:
change comment
Revision Changes Path
1.96 +3 -3 apachen/src/main/http_request.c
Index: http_request.c
===================================================================
RCS file: /export/home/cvs/apachen/src/main/http_request.c,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- http_request.c 1997/12/26 15:17:50 1.95
+++ http_request.c 1997/12/31 21:39:26 1.96
@@ -447,9 +447,9 @@
}
/*
- * now match the "special" sections (regex, and "proxy:" stuff). But
- * note that proxy: stuff doesn't get down this far, it's been handled
- * earlier, so we'll just skip it.
+ * There's two types of IS_SPECIAL sections (see http_core.c), and we've
+ * already handled the proxy:-style stuff. Now we'll deal with the
+ * regexes.
*/
for (; j < num_sec; ++j) {
void *entry_config = sec[j];