From jon.skeet@peramon.com Wed Nov 15 14:15:54 2000 Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 99749 invoked from network); 15 Nov 2000 14:15:54 -0000 Received: from fw1.peramon.com (193.132.195.113) by locus.apache.org with SMTP; 15 Nov 2000 14:15:54 -0000 Received: from bluemail.peramon.com [10.1.1.26] by fw1.peramon.com (AltaVista Mail V2.0J/2.0J BL25J listener) id 0000_01fc_3a12_9a6d_137b; Wed, 15 Nov 2000 14:15:09 +0000 Received: from bluemail.peramon.com (Lexicos client) by bluemail.peramon.com (Lexicos V2.0/2.0-74 API) id 0000_04c2_3a12_9a3e_01bd; Wed, 15 Nov 2000 14:14:22 +0000 To: tomcat-user@jakarta.apache.org Subject: Re: Apache is writing 800\n to servlet response outputstream. From: "Jon Skeet" Organization: Peramon Technology Ltd. Message-ID: <0000_04c2_3a12_9a3e_01bd@peramon.com> Date: Wed, 15 Nov 2000 14:14:22 +0000 In-Reply-To: <001001c04f0d$6a4a5780$74a7adcf@patrickl> X-Mailer: Lexicos V2.0/2.0-74 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Sounds like apache is chunking the output stream, which seems a reasonable thing to do. Do the headers mention anything about chunking? What happens if you have a static image served by apache, out of interest? Jon