Return-Path: Delivered-To: apmail-trafficserver-users-archive@www.apache.org Received: (qmail 70484 invoked from network); 12 Jul 2010 18:13:13 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 12 Jul 2010 18:13:13 -0000 Received: (qmail 1790 invoked by uid 500); 12 Jul 2010 18:13:13 -0000 Delivered-To: apmail-trafficserver-users-archive@trafficserver.apache.org Received: (qmail 1667 invoked by uid 500); 12 Jul 2010 18:13:12 -0000 Mailing-List: contact users-help@trafficserver.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@trafficserver.apache.org Delivered-To: mailing list users@trafficserver.apache.org Received: (qmail 1659 invoked by uid 99); 12 Jul 2010 18:13:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Jul 2010 18:13:12 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [64.22.125.164] (HELO linode.ducksong.com) (64.22.125.164) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Jul 2010 18:13:02 +0000 Received: by linode.ducksong.com (Postfix, from userid 1000) id 8E7341014F; Mon, 12 Jul 2010 14:12:12 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on linode.ducksong.com X-Spam-Level: Received: from [192.168.16.214] (cpe-67-253-92-25.maine.res.rr.com [67.253.92.25]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by linode.ducksong.com (Postfix) with ESMTPSA id 509081014F; Mon, 12 Jul 2010 14:12:10 -0400 (EDT) Subject: Re: Cache problems From: Patrick McManus To: users@trafficserver.apache.org Cc: Szymon Francuzik In-Reply-To: <4C3B2370.1010206@apache.org> References: <4C36E8AA.5050309@cs.put.poznan.pl> <4C370889.6030201@cs.put.poznan.pl> <4C373273.2060801@cs.put.poznan.pl> <4C373433.7030306@apache.org> <4C3B110E.3030008@op.pl> <4C3B2370.1010206@apache.org> Content-Type: text/plain; charset="UTF-8" Date: Mon, 12 Jul 2010 14:09:23 -0400 Message-ID: <1278958163.2156.534.camel@tng> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-3.7 required=7.9 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.5 On Mon, 2010-07-12 at 08:15 -0600, Leif Hedstrom wrote: > I'd expect Apache to turn a response with no CL: header > into a TE: chunked response, no? Without either of these headers, what > type of transfer encoding is Apache returning? presumably it is relying on connection close, which is what you would expect of a dynamic response to a 1.0 request. Perhaps TS is configured to send 1.0? nph instead of cgi is also one way apache will generally terminate with close.. there are probably others. I can certainly see TS not wanting to cache a response without a better delimiter though - it is impossible to know if there was a server error or not.