From: Sander Temme Date: Thu, 5 Apr 2007 06:00:16 +0000 (+0000) Subject: Propose backport of hardware SSL fix X-Git-Tag: 2.2.5~292 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e85e63a851de96df98258cbe471752ce12fb955a;p=thirdparty%2Fapache%2Fhttpd.git Propose backport of hardware SSL fix git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@525712 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index e41d33b9c5a..b1a9d05fefc 100644 --- a/STATUS +++ b/STATUS @@ -100,6 +100,15 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK: PATCHES PROPOSED TO BACKPORT FROM TRUNK: + * mod_ssl: Move thread locking upcall initialization before + hardware library initialization, so hardware library can use + these upcalls when run in a threaded MPM. Fixes PR 20951. + Trunk version of patch applies: + + http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/ssl/ssl_engine_init.c?r1=520701&r2=525709&view=patch + + +1: sctemme + * mod_proxy_ajp: Fix wrong retry when sending the response failed. PR 40310 (The old fix wasn't ok). Trunk version of patch: