Return-Path: Delivered-To: new-httpd-archive@hyperreal.org Received: (qmail 13828 invoked by uid 6000); 12 May 1999 16:57:56 -0000 Received: (qmail 13806 invoked from network); 12 May 1999 16:57:52 -0000 Received: from twinlark.arctic.org (204.107.140.52) by taz.hyperreal.org with SMTP; 12 May 1999 16:57:52 -0000 Received: (qmail 24230 invoked by uid 500); 12 May 1999 16:57:52 -0000 Date: Wed, 12 May 1999 09:57:51 -0700 (PDT) From: Dean Gaudet To: new-httpd@apache.org Subject: Re: [PATCH] ReadmeName and HeaderName files server-parsed and content negotiated. In-Reply-To: <372F5E40.2AD0902D@rsbx.net> Message-ID: X-Comment: Visit http://www.arctic.org/~dgaudet/legal for information regarding copyright and disclaimer. MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY=------------347F80FAB7F08B8B2FCF28CC Content-ID: Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. --------------347F80FAB7F08B8B2FCF28CC Content-Type: TEXT/PLAIN; CHARSET=us-ascii Content-ID: Raymond, you've got stuff like this in your patch: + if (emit_H1) { ap_rvputs(r, "

Index of ", title, "

\n", NULL); } + + if (rr) { ap_destroy_sub_req(rr); } which isn't in the apache style... Could you submit a single patch which includes your changes in the right style? (Rather than two patches which I have to apply.) sorry to be picky, but it's just easier for me. Dean --------------347F80FAB7F08B8B2FCF28CC--