-*- coding: utf-8 -*-
Changes with Apache 2.2.4
+ *) Fix address-in-use startup failure caused by corruption of the list of
+ listen sockets in some configurations with multiple generic Listen
+ directives. [Jeff Trawick]
+
*) mod_headers: support regexp-based editing of HTTP headers [Nick Kew]
* mod_proxy: Add explicit flushing feature.
Trunk version works
+1: rpluem, trawick, wrowe
- * Fix address-in-use startup failure caused by corruption of the list of
- listen sockets in some configurations with multiple generic Listen
- directives.
- Trunk version of patch:
- http://svn.apache.org/viewvc?view=rev&revision=467034
- 2.2.x version of patch:
- Trunk version works
- +1: trawick, jim, wrowe
-
* mod_dbd: Key the storage of prepared statements on the hex string
value of server_rec, rather than the server name, as the server name
may change (eg when the server name is set) at any time, causing
/* Remove the current listener from the list */
previous->next = lr->next;
+ lr = previous; /* maintain current value of previous after
+ * post-loop expression is evaluated
+ */
continue;
}
#endif