From: Jeff Trawick Date: Mon, 16 May 2005 00:06:50 +0000 (+0000) Subject: propose another merge (all hangs be gone (eventually)) X-Git-Tag: 2.0.55~215 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3c148ef3a3bedcfa089c56f9cb097af2fc2aeae;p=thirdparty%2Fapache%2Fhttpd.git propose another merge (all hangs be gone (eventually)) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@170285 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 81d7269059f..07c4939c459 100644 --- a/STATUS +++ b/STATUS @@ -103,6 +103,11 @@ PATCHES TO BACKPORT FROM TRUNK: +1: jim + *) Prevent hang writing to piped logger at graceful restart time. + PR 26467 + http://svn.apache.org/viewcvs?rev=170281&view=rev + +1: trawick + *) several changes to improve logging of connection-oriented errors, including ap_log_cerror() API (needs minor bump in addition to changes below) http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/core.c?r1=1.289&r2=1.291 @@ -189,6 +194,7 @@ PATCHES TO BACKPORT FROM TRUNK: jerenkrantz says: r126224 fixes brokenness with r125495 on Solaris. +1: thommay, jerenkrantz, trawick trawick: "which" isn't portable; I've suggested a work-around on dev@ + (not standing in way of backport) jorton said: NetBSD's which isn't sufficient either. jerenkrantz: Since it's not in the critical path (and depends on mod_log_forensic), I think it's still worth it to backport