Return-Path: Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 30722 invoked by uid 500); 29 Jan 2003 22:09:51 -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: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 30705 invoked from network); 29 Jan 2003 22:09:50 -0000 Message-ID: <3E38512B.9010004@wstoddard.com> Date: Wed, 29 Jan 2003 17:09:47 -0500 From: Bill Stoddard User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2.1) Gecko/20021130 X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@httpd.apache.org Subject: Re: Browser does not get the data... References: <3E37FE06.3040407@chello.at> In-Reply-To: <3E37FE06.3040407@chello.at> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Josef Zellner wrote: > Hi! > I am using ap_rwrite() and ap_rflush() for sending data to the client. > In some cases the Browser (IE 5.0) does not get the information (or > won't display it; or does not get everything). But with mozilla 1.3a > it works very well. > > Any suggestions, what the error can be? > > Thanks in advance, > Josef > > My guess is that the content length of the response is incorrect. IE 5 will not display squat if the value of the content-length header does not match the length of the actual content. Netscape (and I presume Mozilla) will render and display whatever it receives. Bill