diff options
author | Luca Toscano <elukey@apache.org> | 2018-10-20 11:31:43 +0200 |
---|---|---|
committer | Luca Toscano <elukey@apache.org> | 2018-10-20 11:31:43 +0200 |
commit | 60e6c6cd3809b674d81bece591dd62df005beea6 (patch) | |
tree | 1532e7ad64c2e4ee298e3e72ec65d057a65852ee /STATUS | |
parent | documentation rebuild (diff) | |
download | apache2-60e6c6cd3809b674d81bece591dd62df005beea6.tar.xz apache2-60e6c6cd3809b674d81bece591dd62df005beea6.zip |
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-- | STATUS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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: |