Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 61424 invoked from network); 20 Aug 2009 22:56:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 Aug 2009 22:56:48 -0000 Received: (qmail 53982 invoked by uid 500); 20 Aug 2009 22:57:05 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 53877 invoked by uid 500); 20 Aug 2009 22:57:05 -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 53623 invoked by uid 99); 20 Aug 2009 22:57:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Aug 2009 22:57:05 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [64.202.165.22] (HELO smtpauth16.prod.mesa1.secureserver.net) (64.202.165.22) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 20 Aug 2009 22:56:28 +0000 Received: (qmail 14191 invoked from network); 20 Aug 2009 22:56:05 -0000 Received: from unknown (76.252.112.72) by smtpauth16.prod.mesa1.secureserver.net (64.202.165.22) with ESMTP; 20 Aug 2009 22:56:05 -0000 Message-ID: <4A8DD482.4030507@rowe-clan.net> Date: Thu, 20 Aug 2009 17:56:02 -0500 From: "William A. Rowe, Jr." User-Agent: Thunderbird 2.0.0.22 (Windows/20090605) MIME-Version: 1.0 To: dev@httpd.apache.org Subject: Re: mod_ssl and Transfer-Encoding: chunked wastes ~58 bytes per chunk. References: <3ad3168b0908190953u599afdd8gc47d932e364256b4@mail.gmail.com> <3ad3168b0908200201s39365d97h25ad1ed7d22dbf4a@mail.gmail.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Roy T. Fielding wrote: > > Apache does chunked output by default if no content-length is > provided and the client says it is HTTP/1.1. And further processes chunked input; it's not up to PHP or other user agents to process this further, it's on the webserver to do so. If you want to [de]chunk your own data, use mod_proxy_http.