Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 38189 invoked from network); 9 Dec 2007 19:59:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Dec 2007 19:59:02 -0000 Received: (qmail 68181 invoked by uid 500); 9 Dec 2007 19:58:43 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 68131 invoked by uid 500); 9 Dec 2007 19:58:43 -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 68120 invoked by uid 99); 9 Dec 2007 19:58:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Dec 2007 11:58:43 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [12.11.148.84] (HELO irp2.ptc.com) (12.11.148.84) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Dec 2007 19:58:21 +0000 X-IronPort-AV: E=Sophos;i="4.23,274,1194238800"; d="scan'208";a="5701334" Received: from hq-ex3fe3.ptcnet.ptc.com ([132.253.201.67]) by irp2.ptc.com with ESMTP; 09 Dec 2007 14:58:23 -0500 Received: from [132.253.40.63] ([132.253.40.63]) by hq-ex3fe3.ptcnet.ptc.com with Microsoft SMTPSVC(6.0.3790.3959); Sun, 9 Dec 2007 14:58:23 -0500 Message-ID: <475C48EC.9020709@ptc.com> Date: Sun, 09 Dec 2007 13:58:36 -0600 From: Jess Holle User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: dev@httpd.apache.org Subject: Re: time for 1.3.40 and 2.2.7 ? References: <475AB275.6020900@apache.org> <475C09FD.8060607@apache.org> <475C1AF8.4040207@ptc.com> <475C4263.302@apache.org> In-Reply-To: <475C4263.302@apache.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 09 Dec 2007 19:58:23.0335 (UTC) FILETIME=[DAB0B770:01C83A9D] X-Virus-Checked: Checked by ClamAV on apache.org Thanks! -- Jess Holle Mladen Turk wrote: > Jess Holle wrote: >> Now that you bring up mod_proxy_ajp... Has the flexible packet size >> stuff been backported to 2.2.x yet? This stuff is important for some >> cases. mod_jk has it and I believe trunk does as well. > It does, but don't know why it was limited to the 16384 bytes, > and who committed that, while in mod_jk its 65536 > and it works perfectly. > > I'll propose the backport for sure cause 64K is ajp > protocol limit (and Tomcat will accept it) > > Regards, > Mladen