git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@525712
13f79535-47bb-0310-9956-
ffa450edef68
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: