From: William A. Rowe Jr Date: Wed, 3 Jan 2007 22:57:48 +0000 (+0000) Subject: Beg for review X-Git-Tag: 2.2.4~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3460cd0be351ae67b429351338b64f5333af3bac;p=thirdparty%2Fapache%2Fhttpd.git Beg for review git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@492338 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 7bb997f047f..2d74fb3ea3a 100644 --- a/STATUS +++ b/STATUS @@ -198,3 +198,17 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: PR: 36609 http://svn.apache.org/viewvc?rev=490156&view=rev +1: niq + + * mod_isapi: One last round, vetted against a number of sample ISAPI + applications. For the patches to make those PSDK samples work, see + http://people.apache.org/~wrowe/ms_psdk_feb2003_isapi_sample_bugfixes.diff + Resolves PR 40470. + Where any response is sent, return OK from the handler. Where there + is no response (but a status code) return the code. This patch adds + a great number of debugging emits for failed ap_pass_brigade calls, + to help diagnose failure cases, and disambiguates OK from APR_SUCCESS. + Submitted by: wrowe, Matt Eaton + Patch applies to 2.2 and 2.0 as-is: + http://svn.apache.org/viewvc?view=rev&revision=492333 + +1: wrowe +