PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
- * modules/proxy/proxy_util.c (ap_proxy_initialize_worker): Fix
- gcc strict-aliasing warning.
- Trunk version of patch works:
- http://svn.apache.org/viewvc?view=rev&revision=395552
- +1: takashi, rpluem, jim
-
* mod_rewrite: Fix the error string returned by RewriteRule.
RewriteRule returned "RewriteCond: bad flag delimiters"
when the 3rd argument of RewriteRule was not started with
else
#endif
{
+ void *conn;
+
+ rv = connection_constructor(&conn, worker, worker->cp->pool);
+ worker->cp->conn = conn;
- rv = connection_constructor((void **)&(worker->cp->conn), worker, worker->cp->pool);
ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, s,
"proxy: initialized single connection worker %d in child %" APR_PID_T_FMT " for (%s)",
worker->id, getpid(), worker->hostname);