Don't send identity header if we want to do gzip compression
authorWilfried Goesgens <dothebart@citadel.org>
Tue, 16 Nov 2010 21:36:38 +0000 (22:36 +0100)
committerWilfried Goesgens <dothebart@citadel.org>
Tue, 16 Nov 2010 21:44:23 +0000 (22:44 +0100)
commit7fbae14e4e341899b349c48df3a57f0e9500f144
tree297b25f6e9adf61561297389c324b1b84bfad9b7
parent4de6cf41701eed5321139e0a7959477da290c169
Don't send identity header if we want to do gzip compression

Propfind replies send 'Content-encoding: identity' right now, which is superseeded by the frameworks 'Content-encoding: gzip' in case of the client indicates this.
sending that headers twice has uncertain results depending on the client; while the RFC demands to evaluate the later, some fail to read our reply then.
webcit/groupdav_propfind.c