http://svn.apache.org/viewcvs?rev=395079&view=rev
+1: colm, wrowe, niq
+ * 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.
+ Trunk version of patch:
+ http://svn.apache.org/viewcvs?rev=394088&view=rev
+ 2.2.x version of patch:
+ Trunk version works
+ +1: rpluem, jim, wrowe (with trawick's observation),
+ trawick (with rev 395180)
+ trawick: needs http://svn.apache.org/viewcvs?rev=395180&view=rev
+
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
http://svn.apache.org/viewcvs?rev=394070&view=rev
2.2.x version of patch:
Trunk version works
- +1: rpluem
+ +1: rpluem, trawick (with rev 295381)
niq: the new comment isn't accurate; it applies to any brigade
containing only (one or more) zero-length buckets. The existing
comment misled my review! Fix the comment and you have my +1
Trunk version works
+1: rpluem, jim, wrowe
- * 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.
- Trunk version of patch:
- http://svn.apache.org/viewcvs?rev=394088&view=rev
- 2.2.x version of patch:
- Trunk version works
- +1: rpluem, jim, wrowe (with trawick's observation)
- trawick: needs http://svn.apache.org/viewcvs?rev=395180&view=rev
-
* arch win32: http://svn.apache.org/viewcvs?rev=395419&view=rev
s|/GX |/EHsc | because they were always synonyms, and Visual Studio
2005 edition complains bitterly and loudly that /GX is deprecated.