diff options
author | Graham Leggett <minfrin@apache.org> | 2019-12-27 23:56:01 +0100 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2019-12-27 23:56:01 +0100 |
commit | b96babfb66ed68c7dc134f1fa550ac28f5066faf (patch) | |
tree | 21785489a8b4e56acc7aac7d4043a727a5582189 /STATUS | |
parent | Add an idea about YAML. (diff) | |
download | apache2-b96babfb66ed68c7dc134f1fa550ac28f5066faf.tar.xz apache2-b96babfb66ed68c7dc134f1fa550ac28f5066faf.zip |
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-- | STATUS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |