Return-Path: X-Original-To: apmail-httpd-cvs-archive@www.apache.org Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 162EFC3CA for ; Tue, 18 Nov 2014 14:06:23 +0000 (UTC) Received: (qmail 50914 invoked by uid 500); 18 Nov 2014 14:06:23 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 50848 invoked by uid 500); 18 Nov 2014 14:06:22 -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 50839 invoked by uid 99); 18 Nov 2014 14:06:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Nov 2014 14:06:22 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Tue, 18 Nov 2014 14:06:21 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id CFE4723889E9; Tue, 18 Nov 2014 14:06:01 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn propchange: r1640345 - svn:log Date: Tue, 18 Nov 2014 14:06:01 -0000 To: cvs@httpd.apache.org From: ylavic@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20141118140601.CFE4723889E9@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: ylavic Revision: 1640345 Modified property: svn:log Modified: svn:log at Tue Nov 18 14:06:01 2014 ------------------------------------------------------------------------------ --- svn:log (original) +++ svn:log Tue Nov 18 14:06:01 2014 @@ -1 +1 @@ -mod_authnz_fcgi: we don't need to reserve an extra response header byte since r1640036. +mod_authnz_fcgi: we don't need to add the trailing '\0' to parse response headers since r1640036.