diff options
author | Yann Ylavic <ylavic@apache.org> | 2020-11-22 00:44:51 +0100 |
---|---|---|
committer | Yann Ylavic <ylavic@apache.org> | 2020-11-22 00:44:51 +0100 |
commit | 431b3e365268887075b20c7ae19add6a5ea23dc6 (patch) | |
tree | d5200c7369b486560ce2a1e4f9fcd403ac3a3f57 /STATUS | |
parent | mod_proxy_http2: thread safety with MPM prefork, still.. (diff) | |
download | apache2-431b3e365268887075b20c7ae19add6a5ea23dc6.tar.xz apache2-431b3e365268887075b20c7ae19add6a5ea23dc6.zip |
Whitespace change to trigger travis (somehow interrupted).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1883705 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'STATUS')
-rw-r--r-- | STATUS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -91,12 +91,12 @@ THINGS THAT SHOULD BE CONSIDERED EARLY IN THE 2.6/3.0 DEVELOPMENT CYCLE: analysis/attention. * Better H2 integration? - - adding handling of slave connections to mpm, no extra H2 workers, + - adding handling of slave connections to mpm, no extra H2 workers, triggering "events" read/write/timer from main/slave - add slave writes/done/abort to events that wake up master connection - disentangle core filters to server one purpose only, so that H2 versions can reuse them properly. - + * Remove mod_access_compat? * Ditch platforms/89/old prereqs or anything else? |