Return-Path: Delivered-To: apmail-new-httpd-archive@apache.org Received: (qmail 57334 invoked by uid 500); 4 Jul 2000 00:29:44 -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 57308 invoked from network); 4 Jul 2000 00:29:40 -0000 Date: Mon, 3 Jul 2000 17:31:40 -0700 From: Greg Stein To: new-httpd@apache.org Subject: Re: [PATCH] Add "ap_get_response_status_line" Message-ID: <20000703173140.W29590@lyra.org> Mail-Followup-To: new-httpd@apache.org References: <20000704005959.G9652@orton.demon.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000704005959.G9652@orton.demon.co.uk>; from joe@orton.demon.co.uk on Tue, Jul 04, 2000 at 12:59:59AM +0100 X-URL: http://www.lyra.org/greg/ X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Applied and committed. I renamed it simply "ap_get_status_line()" as the name "status_line" is used most often throughout Apache. Thanx! -g On Tue, Jul 04, 2000 at 12:59:59AM +0100, Joe Orton wrote: > This patch adds an exported "ap_get_response_status_line" function to > http_protocol.[ch], which returns the Status-Line for a given status > code. This is useful to DAV, since the error response body of DAV > methods use Status-Line for arbitrary status codes. > > I'm not sure about the name of this function; better suggestions? > > Also included a patch to mod_dav.c to use this function. > > joe >... -- Greg Stein, http://www.lyra.org/