git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@396046
13f79535-47bb-0310-9956-
ffa450edef68
PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
- * htdbm: Fix crash in 64-bit mode on HP-UX caused by unexpected
- placement of crypt() prototype (unistd.h).
- Trunk version of patch:
- http://svn.apache.org/viewcvs?rev=393364&view=rev
- 2.2.x version of patch:
- Trunk version works
- +1: trawick, colm, jim
-
* mod_proxy: Do not release connections from connection pool twice as this
can cause different threads to use the same connection at the
same time. PR 38793.