On 21 Sep 2010, at 01:16, Lucas Cornelisse wrote: > What we are doing: > > Our application (media server) is doing a live audio recording over dav, by > sending a PUT with a Content-Length: > > 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! -- Nick Kew --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [email protected] " from the digest: [email protected] For additional commands, e-mail: [email protected]
