Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 7042 invoked from network); 21 Sep 2010 02:58:43 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 21 Sep 2010 02:58:43 -0000 Received: (qmail 54405 invoked by uid 500); 21 Sep 2010 02:58:40 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 54094 invoked by uid 500); 21 Sep 2010 02:58:38 -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 54085 invoked by uid 99); 21 Sep 2010 02:58:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Sep 2010 02:58:37 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [80.229.52.226] (HELO freya.local) (80.229.52.226) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Sep 2010 02:58:31 +0000 Received: from [127.0.0.1] (localhost [127.0.0.1]) by freya.local (Postfix) with ESMTP id 3407B258B40 for ; Tue, 21 Sep 2010 03:58:08 +0100 (BST) References: In-Reply-To: Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=us-ascii Message-Id: <449A3EDD-34B4-4BF0-812C-D380796D5CAB@webthing.com> Content-Transfer-Encoding: quoted-printable From: Nick Kew Date: Tue, 21 Sep 2010 03:58:07 +0100 To: users@httpd.apache.org X-Mailer: Apple Mail (2.1081) Subject: Re: [users@httpd] issue with 2.2.16 on windows (mod_dav, inexact content-length) On 21 Sep 2010, at 01:16, Lucas Cornelisse wrote: > What we are doing: >=20 > Our application (media server) is doing a live audio recording over = dav, by sending a PUT with a Content-Length:=20 >=20 > 864000000. Note that we do not know in advance how long the recording = is, and we certainly are not sending 864000000 bytes. Then your application is broken, and can't expect defined behaviour from = the server. Can't help with the difference in server versions, but I wouldn't be = surprised if you've overlooked some difference other than just server version. Chunked encoding exists precisely to support situations where you don't = know a content length in advance. Use it! --=20 Nick Kew= --------------------------------------------------------------------- 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