send Content-Length header when GETting a collection
commit58633d7f04a0e8bdbb52f1ce0a715eeb9e42085b
authorOliver Gerlich <oliver.gerlich@gmx.de>
Mon, 3 Mar 2008 21:17:14 +0000 (3 22:17 +0100)
committerOliver Gerlich <oliver.gerlich@gmx.de>
Mon, 3 Mar 2008 21:17:14 +0000 (3 22:17 +0100)
treed18a0879fb6e26cb6045ec6c04898f5b7753b6eb
parenta8b4b61b5fa3b4399aa52869e8b61baccffca2cd
send Content-Length header when GETting a collection

In the response to a GET request for a collection, a Content-Length header
line is now sent (for this, the response body is buffered similarly to the
PROPFIND implementation).
davserver.py