emersion / go-webdav

A Go library for WebDAV, CalDAV and CardDAV
MIT License
314 stars 66 forks source link

internal: no status element in propstat responses #146

Closed bitfehler closed 7 months ago

bitfehler commented 7 months ago

Responses that contain propstat elements do not contain their own top-level status element, only the status elements inside the propstat element.

See https://datatracker.ietf.org/doc/html/rfc4918#section-14.24 or any of the examples for PROPFIND/PROPPATCH, starting e.g. here: https://datatracker.ietf.org/doc/html/rfc4918#section-9.1.3