diff options
author | Jacob Champion <jchampion@apache.org> | 2017-01-09 23:04:18 +0100 |
---|---|---|
committer | Jacob Champion <jchampion@apache.org> | 2017-01-09 23:04:18 +0100 |
commit | db852eb4ce3ae189908aea11b6571aff88475863 (patch) | |
tree | 3464069b017593f20810cec5867885f67693bd57 /STATUS | |
parent | check: merge MPM-DSO fixes from feature branch (diff) | |
download | apache2-db852eb4ce3ae189908aea11b6571aff88475863.tar.xz apache2-db852eb4ce3ae189908aea11b6571aff88475863.zip |
Clarify wishlist
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1778066 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'STATUS')
-rw-r--r-- | STATUS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -127,7 +127,9 @@ THINGS THAT SHOULD BE CONSIDERED EARLY IN THE 2.6/3.0 DEVELOPMENT CYCLE: * True event-loop/asynchronous support in the server core. * Modify configuration syntax to separate meta-directives from runtime - directives (e.g. If vs. IfVersion). + directives (e.g. If vs. IfVersion). Allow as much static analysis of the + configuration as possible without needing to start the server to figure out + what's going on. * Support JSON-like configuration files |