* groupdav_propfind.c: PROPFIND on a collection now utilizes
authorArt Cancro <ajc@citadel.org>
Tue, 21 Feb 2006 05:04:37 +0000 (05:04 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 21 Feb 2006 05:04:37 +0000 (05:04 +0000)
commit63a0e1dccba15648d52592f37dc80c7b8fcfe989
treea54adadc768c3b92bb762b4179e0513e1fddd622
parent9a56d3ad7b03dbaf8cd0838bbad008b73558eb9d
* groupdav_propfind.c: PROPFIND on a collection now utilizes
the 'DAV:' namespace as the default namespace instead of defining a prefix.
* groupdav_get.c: GET operations on a single object now make use of the
  begin_burst() and end_burst() wrappers, which will cause a proper Content-length:
  header to be output, and also allows compression to take place.
webcit/groupdav_get.c
webcit/groupdav_propfind.c
webcit/tcp_sockets.c