From 015f7d19b5d78498fb7d8b32f59a998e99c20116 Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Sun, 23 Feb 2003 17:29:25 +0000 Subject: [PATCH] SLMutex backport git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98772 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/STATUS b/STATUS index 4cf5cc0c085..f10feec1b5d 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2003/02/23 00:13:38 $] +Last modified at [$Date: 2003/02/23 17:29:25 $] Release: @@ -60,6 +60,15 @@ PATCHES TO PORT FROM 2.1 [ please place file names and revisions from HEAD here, so it is easy to identify exactly what the proposed changes are! ] + * Fix SSLMutex bogusness where right now it always uses APR_LOCK_DEFAULT. + Allow SSLMutex to choose any APR locking mechanism, ala AcceptMutex. + modules/ssl/mod_ssl.c r1.78 + modules/ssl/mod_ssl.h r1.125 + modules/ssl/ssl_engine_config.c r1.73 + modules/ssl/ssl_engine_mutex.c r1.19 + +1: + -1: + * Rewrite how proxy sends its request to allow input bodies to morph the request bodies. Previously, if an input filter changed the request body, the original C-L would be sent which -- 2.47.3