Return-Path: Delivered-To: apmail-new-httpd-archive@apache.org Received: (qmail 86505 invoked by uid 500); 31 May 2000 17:07:11 -0000 Mailing-List: contact new-httpd-help@apache.org; run by ezmlm Precedence: bulk X-No-Archive: yes Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list new-httpd@apache.org Received: (qmail 86494 invoked from network); 31 May 2000 17:07:10 -0000 From: "William A. Rowe, Jr." To: Subject: RE: Filtered I/O ... again. :-) Date: Wed, 31 May 2000 12:07:11 -0500 Message-ID: <000301bfcb22$ad79caf0$345985d0@corecomm.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 In-reply-to: Importance: Normal X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N > From: rbb@covalent.net [mailto:rbb@covalent.net] > Sent: Wednesday, May 31, 2000 11:24 AM > > > please don't do this to httpd.h... > > can your changes be applied to http_protocol.h?: > > This needs to be done in httpd.h because it needs to be > attached to the > request_rec. There is no way to do this anyplace else. Is > there a reason > not to do this in httpd.h? The reason the other hooks can be > declared in > http_protocol.[ch] is because they are server-wide not per-request. I think I can swallow that argument. I just like to see things localized :-) Bill