Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 47553 invoked from network); 4 Sep 2006 12:23:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Sep 2006 12:23:01 -0000 Received: (qmail 71873 invoked by uid 500); 4 Sep 2006 12:22:51 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 71164 invoked by uid 500); 4 Sep 2006 12:22:49 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 71153 invoked by uid 99); 4 Sep 2006 12:22:48 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Sep 2006 05:22:48 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jslive@gmail.com designates 66.249.82.234 as permitted sender) Received: from [66.249.82.234] (HELO wx-out-0506.google.com) (66.249.82.234) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Sep 2006 05:22:48 -0700 Received: by wx-out-0506.google.com with SMTP id s19so1889865wxc for ; Mon, 04 Sep 2006 05:22:27 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=GMgq12QmlQbF54x8ueplJ/cxh7UCS3ZFebxZuyB4fL+9i0NP6rp+vvyoAzCYiw03Ujdy3AA0osI9UKnnigEarG5BC3ZWCuK4tDXn2DEbz6dYcQRs0NTdgOo2mSIdcPlCeLBJ+QdjbN9zQwfofxQ+VZC4MGj/+himQZyBOkNgKdI= Received: by 10.70.117.3 with SMTP id p3mr8843514wxc; Mon, 04 Sep 2006 05:22:27 -0700 (PDT) Received: by 10.70.45.4 with HTTP; Mon, 4 Sep 2006 05:22:27 -0700 (PDT) Message-ID: Date: Mon, 4 Sep 2006 08:22:27 -0400 From: "Joshua Slive" Sender: jslive@gmail.com To: users@httpd.apache.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060904072430.GA22410@fantomas.sk> X-Google-Sender-Auth: b2f7d440d75474da X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] How to force the apache transfer the data in chunked mode? X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 9/4/06, Nicle Yang wrote: > Hi UHLAR, > I am developping a http/1.1 client with chunk-parser, and I wanna find > a httpserver(which transfers the data in chunk mode) to verify my > chunk-parser. You need to request content where apache httpd can't determine in advance the content-length. (For example, a CGI script or SSI-processed page.) And make sure to send the appropriate Accept-Encoding. Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org