Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 1535 invoked from network); 12 Sep 2009 07:59:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Sep 2009 07:59:56 -0000 Received: (qmail 95200 invoked by uid 500); 12 Sep 2009 07:59:56 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 95084 invoked by uid 500); 12 Sep 2009 07:59:56 -0000 Mailing-List: contact cvs-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 cvs@httpd.apache.org Received: (qmail 95075 invoked by uid 99); 12 Sep 2009 07:59:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Sep 2009 07:59:56 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Sep 2009 07:59:53 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 1A480238886C; Sat, 12 Sep 2009 07:59:32 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r814114 - /httpd/httpd/trunk/modules/http/http_protocol.c Date: Sat, 12 Sep 2009 07:59:31 -0000 To: cvs@httpd.apache.org From: rpluem@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090912075932.1A480238886C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rpluem Date: Sat Sep 12 07:59:31 2009 New Revision: 814114 URL: http://svn.apache.org/viewvc?rev=814114&view=rev Log: * Add missing , to make it compile again. Modified: httpd/httpd/trunk/modules/http/http_protocol.c Modified: httpd/httpd/trunk/modules/http/http_protocol.c URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/http/http_protocol.c?rev=814114&r1=814113&r2=814114&view=diff ============================================================================== --- httpd/httpd/trunk/modules/http/http_protocol.c (original) +++ httpd/httpd/trunk/modules/http/http_protocol.c Sat Sep 12 07:59:31 2009 @@ -1017,7 +1017,7 @@ "

The expectation given in the Expect request-header\n" "field could not be met by this server.\n" "The client sent

\n    Expect: ",
-                     ap_escape_html(r->pool, s1), "\n
\n" + ap_escape_html(r->pool, s1), "\n\n", NULL); else s1 = "

No expectation was seen, the Expect request-header \n"