summaryrefslogtreecommitdiff
path: root/STATUS
diff options
context:
space:
mode:
authorLuca Toscano <elukey@apache.org>2018-10-20 09:31:43 +0000
committerLuca Toscano <elukey@apache.org>2018-10-20 09:31:43 +0000
commit60e6c6cd3809b674d81bece591dd62df005beea6 (patch)
tree1532e7ad64c2e4ee298e3e72ec65d057a65852ee /STATUS
parent595434d8c8fb2a2f6e051f03e8493285e3f1c9db (diff)
downloadhttpd-60e6c6cd3809b674d81bece591dd62df005beea6.tar.gz
STATUS: added item to the wishlist for 2.next
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1844403 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'STATUS')
-rw-r--r--STATUS4
1 files changed, 4 insertions, 0 deletions
diff --git a/STATUS b/STATUS
index 610d92dc27..d0217bcac6 100644
--- a/STATUS
+++ b/STATUS
@@ -154,6 +154,10 @@ THINGS THAT SHOULD BE CONSIDERED EARLY IN THE 2.6/3.0 DEVELOPMENT CYCLE:
"broken" server implementations (PR 51517). (Note that many of them are
"broken" *because* of our behaviors.)
+ * Add a "normalized" list of headers for a HTTP response, rather then relying
+ on r->headers_out and r->err_headers_out, since mod_headers' behavior is
+ not really user friendly in some scenarios (example in PR 62380).
+
OLD ISSUES THAT WERE THOUGHT TO BE SHOWSTOPPERS FOR 2.4 BUT OBVIOUSLY WEREN'T: