Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 79653 invoked by uid 500); 24 Mar 2002 07:45:27 -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: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 79642 invoked from network); 24 Mar 2002 07:45:27 -0000 Received: from pd9e3839f.dip0.t-ipconnect.de (HELO it97.dyn.dhs.org) (217.227.131.159) by daedalus.apache.org with SMTP; 24 Mar 2002 07:45:27 -0000 Received: from it97.dyn.dhs.org ([192.168.111.111]) by it97.dyn.dhs.org (Netscape Messaging Server 4.15) with ESMTP id GTGW8000.AAX for ; Sun, 24 Mar 2002 08:45:36 +0100 Message-ID: <3C9D841F.7040908@it97.dyn.dhs.org> Date: Sun, 24 Mar 2002 08:45:35 +0100 From: "Irmund Thum" Organization: i.t webdevelopment User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.7) Gecko/20020118 X-Accept-Language: en, de-DE MIME-Version: 1.0 To: users@httpd.apache.org Subject: Re: Apache File Length Problem References: <0F143245-3EAB-11D6-95E8-000393439B4C@otra.com> 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 Jeff Goldfarb wrote: > I am finding that Apache often sends more data that exists in a file. > This particularly happens when sending encrypted PDF files. The length > difference tends to be 20 bytes (although I haven't done extensive > testing). This occurs in versions from 1.3.20 to 1.3.24 (Linux) and does > not occur on 1.3.12. I have not tested versions in between 12 and 20. I remember very well a byte length calc problem for PDF in 1.3.14 (retrack the build for November 2000) what caused especially problems on a Compaq Alpha machine during user uploads of large pdf files. After getting nearly desperated to solve the problem it was fixed with the following version. But meanwhile we had instructed the users to split their large pdf files :- see changelogs http://www.apache.org/dist/httpd/CHANGES_1.3 -- *) Fix Content-Length calculation when doing Range header processing. This makes PDF byteserving work again. [Tony Finch] PR#6711 _ ___ | | Irmund Thum | | --------------------------------------------------------------------- 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 For additional commands, e-mail: users-help@httpd.apache.org