From: William A. Rowe Jr Date: Sat, 6 Jan 2007 03:53:33 +0000 (+0000) Subject: Each review of this code, something else looks wrong X-Git-Tag: 2.2.4~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d9662fd884fea808a52ae4b556c79048a9cba91;p=thirdparty%2Fapache%2Fhttpd.git Each review of this code, something else looks wrong git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@493292 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 3c88b757595..018ccb45a4b 100644 --- a/STATUS +++ b/STATUS @@ -91,11 +91,10 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: http://people.apache.org/~wrowe/mpm_winnt_waits.patch is easier to read (-U8) +1: mturk - wrowe notes: WAIT_ABANDONED isn't the actual signal, it should - simply loop immediate. This aspect needs to be revisited, - as Roy notes, a patch should have the necessary effect with - the minimum lines of code - there's alot of redecorating that's - going on in this patch to no net effect. + wrowe notes: a patch should have the necessary effect with the + minimum lines of code - there's alot of redecorating that's + going on in this patch to no net effect. The WAIT_TIMEOUT + result value seems to be ignored in the revised code? * Bundled PCRE: backport r381783 from trunk Fix brokenness on certain platforms when building with -DDEBUG.