http://svn.apache.org/viewcvs?rev=394446&view=rev
2.2.x version of patch:
Trunk version works
- +1: rpluem, jim
+ +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
http://svn.apache.org/viewcvs?rev=394088&view=rev
2.2.x version of patch:
Trunk version works
- +1: rpluem, jim
+ +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.
+ Note that only -debug- compiles are even affected by the change,
+ and although the patch looks long, it's 4 characters per file, 1 line.
+ +1: wrowe
+