summaryrefslogtreecommitdiff
path: root/STATUS
diff options
context:
space:
mode:
authorJacob Champion <jchampion@apache.org>2017-01-04 00:18:15 +0000
committerJacob Champion <jchampion@apache.org>2017-01-04 00:18:15 +0000
commit632fa0c61ff0b4a2f2c1c6fbee1560fed73ca035 (patch)
tree1e767fcd294a05d7038e215d1047fc1ce8242652 /STATUS
parent07e69c50303f97b943fc637afb70f9b38def5a7f (diff)
downloadhttpd-632fa0c61ff0b4a2f2c1c6fbee1560fed73ca035.tar.gz
Some more ideas
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1777250 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'STATUS')
-rw-r--r--STATUS15
1 files changed, 14 insertions, 1 deletions
diff --git a/STATUS b/STATUS
index 290f8270ac..b048a9141f 100644
--- a/STATUS
+++ b/STATUS
@@ -59,6 +59,8 @@ THINGS THAT SHOULD BE CONSIDERED EARLY IN THE 2.6/3.0 DEVELOPMENT CYCLE:
* Seriously ramp up/replace test framework and cases to have better
coverage of existing special cases and behaviours users rely on.
+ * Add performance testing to the test framework.
+
* Competely untangle core filesystem behavior where a filesystem htdocs/
resource wasn't indicated by the request URI.
@@ -115,7 +117,18 @@ THINGS THAT SHOULD BE CONSIDERED EARLY IN THE 2.6/3.0 DEVELOPMENT CYCLE:
bias from httpd.
* New versioning or release cadence.
-
+
+ * Ditch old APIs when we have the chance with 3.x. Consolidate current
+ functionality into APIs with stronger guarantees. (Specific examples TBD.)
+
+ * Remove as many undesirable-but-kept-for-backwards-compatibility behaviors
+ as possible from current config directives. (Specific examples TBD.)
+
+ * True event-loop/asynchronous support in the server core.
+
+ * Modify configuration syntax to separate meta-directives from runtime
+ directives (e.g. If vs. IfVersion).
+
OLD ISSUES THAT WERE THOUGHT TO BE SHOWSTOPPERS FOR 2.4 BUT OBVIOUSLY WEREN'T: