summaryrefslogtreecommitdiff
path: root/STATUS
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2019-12-27 22:56:01 +0000
committerGraham Leggett <minfrin@apache.org>2019-12-27 22:56:01 +0000
commitb96babfb66ed68c7dc134f1fa550ac28f5066faf (patch)
tree21785489a8b4e56acc7aac7d4043a727a5582189 /STATUS
parent7381d71dd805b749c9ab91a4450f39daac9f33b6 (diff)
downloadhttpd-b96babfb66ed68c7dc134f1fa550ac28f5066faf.tar.gz
More nice to do for 2.6.x.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1872040 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'STATUS')
-rw-r--r--STATUS7
1 files changed, 7 insertions, 0 deletions
diff --git a/STATUS b/STATUS
index 0f12222fb4..8c01f72967 100644
--- a/STATUS
+++ b/STATUS
@@ -57,6 +57,13 @@ CURRENT VOTES:
THINGS THAT SHOULD BE CONSIDERED EARLY IN THE 2.6/3.0 DEVELOPMENT CYCLE:
+ * Remove directives whose purpose was to preserve existing buggy behaviour
+ in v2.4.x.
+
+ * Re-align structures to be memory efficient. Move bit fields to the
+ top of structures so that they can be extended without adding a
+ memory overhead.
+
* Seriously ramp up/replace test framework and cases to have better
coverage of existing special cases and behaviours users rely on.