Return-Path: X-Original-To: apmail-httpd-modules-dev-archive@minotaur.apache.org Delivered-To: apmail-httpd-modules-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 73ABD9230 for ; Wed, 26 Sep 2012 20:19:26 +0000 (UTC) Received: (qmail 14643 invoked by uid 500); 26 Sep 2012 20:19:26 -0000 Delivered-To: apmail-httpd-modules-dev-archive@httpd.apache.org Received: (qmail 14609 invoked by uid 500); 26 Sep 2012 20:19:26 -0000 Mailing-List: contact modules-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: modules-dev@httpd.apache.org Delivered-To: mailing list modules-dev@httpd.apache.org Delivered-To: moderator for modules-dev@httpd.apache.org Received: (qmail 68690 invoked by uid 99); 26 Sep 2012 19:02:24 -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 (nike.apache.org: domain of ivan.prostran@gmail.com designates 209.85.214.45 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=G5PXPCVlo4uJw8exP/rdKj57g/uOnPxBXPLK2TP41Bc=; b=cK8yVLlBooJ9E4SdpbqkDGxSqljjuQTOA6oawZTxFNy+iilBU+RGlI9APbar5czKf6 NsqotuCxg5hXNXiZwmMAuUEw9JSPeVcsNWQ7Ph1E65Pcr7MajAKCD9C5XsviiB/cplfj Mt2aLjNFGKWkgJ2LZ1B1CzEdaDY2HEfNyQ3X+gqu6YClergh2P9+BKMLNGjTjrjz/Xrc f2h2XpTeLHryszeWQnZedvxQAQaKvlpWUPSQgsimRFTm/+jxkPOL7GkzLtAPlGZNSG3p 975ZMRM1+p2AxIg02Zm0HH4nNWOInd9crVjBusptzy5M/LC83mEs3EAni8Ea7AQCy3k3 jNUA== Message-ID: <50635172.4080703@gmail.com> Date: Wed, 26 Sep 2012 21:03:14 +0200 From: Ivan Prostran User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120910 Thunderbird/15.0.1 MIME-Version: 1.0 To: modules-dev@httpd.apache.org Subject: Re: Input filters that alter content-length References: <5061924B.9070201@bulb.hr> <5061A8D6.1010607@bulb.hr> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 09/25/12 15:28, Ben Noordhuis wrote: > On Tue, Sep 25, 2012 at 2:51 PM, Ivan Prostran wrote: >> Do you suggest chunked transfer encoding? > Yep. There's nary a proxy problem you can't solve with chunked encoding. I'm surprised I haven't managed to find example or relevant document/explanation regarding this case. Perhaps I've missed some basic constraints here. I wonder if something like this is supported in the first place. Regards, Ivan