diff options
author | Stefan Eissing <icing@apache.org> | 2022-02-04 13:22:26 +0100 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2022-02-04 13:22:26 +0100 |
commit | b11e669f077f1546cdb34ab2c29a4f9289365024 (patch) | |
tree | a3a3ab037036e5374be27aef99a6386341e51ab4 /include/ap_mmn.h | |
parent | doc update [skip ci] (diff) | |
download | apache2-b11e669f077f1546cdb34ab2c29a4f9289365024.tar.xz apache2-b11e669f077f1546cdb34ab2c29a4f9289365024.zip |
*) core/mod_ssl/mpm_event: reverting changes to nonblocing SSL handshakes
to stabilize CI tests again. Previous revision of trunk has been copied
to branches/trunk-ssl-handshake-unblocking to make those into a PR where
changes can be discussed and tested separately.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1897760 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/ap_mmn.h')
-rw-r--r-- | include/ap_mmn.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/ap_mmn.h b/include/ap_mmn.h index 6060c766d7..4fda68b1b3 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -698,8 +698,6 @@ * 20210926.2 (2.5.1-dev) Add ap_post_read_request() * 20211221.0 (2.5.1-dev) Bump PROXY_WORKER_MAX_NAME_SIZE from 256 to 384, * add PROXY_WORKER_UDS_PATH_SIZE. - * 20211221.1 (2.5.1-dev) Add read_line to scoreboard. - * 20211221.2 (2.5.1-dev) Add AGAIN, AP_MPMQ_CAN_AGAIN. * 20211221.3 (2.5.1-dev) Add ap_thread_create(), ap_thread_main_create() * and ap_thread_current() * |