From: Colm MacCarthaigh Date: Wed, 19 Apr 2006 16:25:22 +0000 (+0000) Subject: Add a note on why the fprintf's are there X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06121379c50d1aa572dc36e0978b5450d7f0a0f3;p=thirdparty%2Fapache%2Fhttpd.git Add a note on why the fprintf's are there git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@395297 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 02fdb4285d8..872d9e24d47 100644 --- a/STATUS +++ b/STATUS @@ -79,6 +79,10 @@ PROPOSED PATCHES FOR THIS RELEASE: http://people.apache.org/~colm/include_directive-1.3.patch +1: colm, wrowe -0: jim (do we *really* want those fprintfs?) + Colm says: The ap_process_include_config function is + a direct copy of ap_process_resource_config(), warts + and all. That's where the fprintf's come from; it's + existing behaviour. RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: