Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 935 invoked from network); 7 Oct 2007 15:50:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Oct 2007 15:50:24 -0000 Received: (qmail 66952 invoked by uid 500); 7 Oct 2007 15:50:05 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 66902 invoked by uid 500); 7 Oct 2007 15:50:05 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 66891 invoked by uid 99); 7 Oct 2007 15:50:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Oct 2007 08:50:04 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [64.202.165.95] (HELO smtpauth04.prod.mesa1.secureserver.net) (64.202.165.95) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 07 Oct 2007 15:50:05 +0000 Received: (qmail 20806 invoked from network); 7 Oct 2007 15:48:42 -0000 Received: from unknown (24.15.193.17) by smtpauth04.prod.mesa1.secureserver.net (64.202.165.95) with ESMTP; 07 Oct 2007 15:48:42 -0000 Message-ID: <4708FFD9.5030800@rowe-clan.net> Date: Sun, 07 Oct 2007 10:48:41 -0500 From: "William A. Rowe, Jr." User-Agent: Thunderbird 1.5.0.12 (X11/20070719) MIME-Version: 1.0 To: dev@httpd.apache.org Subject: Re: svn commit: r582630 - in /httpd/httpd/trunk: include/http_protocol.h server/protocol.c References: <20071007134151.B68CA1A9832@eris.apache.org> In-Reply-To: <20071007134151.B68CA1A9832@eris.apache.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org > --- httpd/httpd/trunk/include/http_protocol.h (original) > +++ httpd/httpd/trunk/include/http_protocol.h Sun Oct 7 06:41:50 2007 > @@ -664,6 +664,12 @@ > * @param sub_r Subrequest that is now compete > */ > AP_DECLARE(void) ap_finalize_sub_req_protocol(request_rec *sub_r); > + > +/** > + * Send an interim (HTTP 1xx) response immediately. > + * @param r The request > + */ > +AP_DECLARE(void) ap_send_interim_response(request_rec *r); Corresponding MMN bump?