Return-Path: X-Original-To: apmail-trafficserver-dev-archive@www.apache.org Delivered-To: apmail-trafficserver-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6D8FFEF3F for ; Wed, 13 Feb 2013 16:40:42 +0000 (UTC) Received: (qmail 62112 invoked by uid 500); 13 Feb 2013 16:40:42 -0000 Delivered-To: apmail-trafficserver-dev-archive@trafficserver.apache.org Received: (qmail 62066 invoked by uid 500); 13 Feb 2013 16:40:42 -0000 Mailing-List: contact dev-help@trafficserver.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@trafficserver.apache.org Delivered-To: mailing list dev@trafficserver.apache.org Received: (qmail 62057 invoked by uid 99); 13 Feb 2013 16:40:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Feb 2013 16:40:42 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of Roland.Zink@mobixell.com designates 216.32.180.14 as permitted sender) Received: from [216.32.180.14] (HELO va3outboundpool.messaging.microsoft.com) (216.32.180.14) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Feb 2013 16:40:33 +0000 Received: from mail269-va3-R.bigfish.com (10.7.14.240) by VA3EHSOBE014.bigfish.com (10.7.40.64) with Microsoft SMTP Server id 14.1.225.23; Wed, 13 Feb 2013 16:40:10 +0000 Received: from mail269-va3 (localhost [127.0.0.1]) by mail269-va3-R.bigfish.com (Postfix) with ESMTP id 39C2A16002D9 for ; Wed, 13 Feb 2013 16:40:10 +0000 (UTC) X-Forefront-Antispam-Report: CIP:157.56.250.213;KIP:(null);UIP:(null);IPV:NLI;H:AMSPRD0611HT001.eurprd06.prod.outlook.com;RD:none;EFVD:NLI X-SpamScore: -2 X-BigFish: PS-2(zz9371I542Izz1f42h1ee6h1de0h1202h1e76h1d1ah1d2ahzz8275dhz31h2a8h668h839h944hd25hf0ah1220h1288h12a5h12a9h12bdh137ah13b6h1441h1504h1537h153bh15d0h162dh1631h1758h18e1h1946h19b5h19ceh1155h) Received-SPF: softfail (mail269-va3: transitioning domain of mobixell.com does not designate 157.56.250.213 as permitted sender) client-ip=157.56.250.213; envelope-from=Roland.Zink@mobixell.com; helo=AMSPRD0611HT001.eurprd06.prod.outlook.com ;.outlook.com ; Received: from mail269-va3 (localhost.localdomain [127.0.0.1]) by mail269-va3 (MessageSwitch) id 1360773595851710_27038; Wed, 13 Feb 2013 16:39:55 +0000 (UTC) Received: from VA3EHSMHS018.bigfish.com (unknown [10.7.14.236]) by mail269-va3.bigfish.com (Postfix) with ESMTP id B91F5240190 for ; Wed, 13 Feb 2013 16:39:55 +0000 (UTC) Received: from AMSPRD0611HT001.eurprd06.prod.outlook.com (157.56.250.213) by VA3EHSMHS018.bigfish.com (10.7.99.28) with Microsoft SMTP Server (TLS) id 14.1.225.23; Wed, 13 Feb 2013 16:39:52 +0000 Received: from AMSPRD0611MB562.eurprd06.prod.outlook.com ([169.254.15.66]) by AMSPRD0611HT001.eurprd06.prod.outlook.com ([10.242.74.162]) with mapi id 14.16.0263.000; Wed, 13 Feb 2013 16:39:51 +0000 From: Roland Zink To: "dev@trafficserver.apache.org" Subject: RE: chunked HTTP & Transform plugin Thread-Topic: chunked HTTP & Transform plugin Thread-Index: AQHOCgXFD0oF63/MfUSL/2Xgtv0wjph3+xqg Date: Wed, 13 Feb 2013 16:39:51 +0000 Message-ID: <9BA2A10BFEA1C147BC4945AF4C4110581AC2767C@AMSPRD0611MB562.eurprd06.prod.outlook.com> References: In-Reply-To: Accept-Language: de-DE, en-US Content-Language: de-DE X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [87.185.119.197] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginatorOrg: mobixell.com X-Virus-Checked: Checked by ClamAV on apache.org When chunked encoding is used then no content-length header should be prese= nt. If you require / use the content length then this will fail. Roland -----Original Message----- From: oksana fishman [mailto:oksana.fishman.1977@gmail.com]=20 Sent: Wednesday, February 13, 2013 5:13 PM To: dev@trafficserver.apache.org Subject: chunked HTTP & Transform plugin Hi, I have an ats plugin which performs transform. Is there any reason it doesn't work properly with chunked HTTP ? (transfer_encoding =3D"chunked") ?