emersion / go-webdav

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

Return proper HTTP 501 instead of panicing. #142

Closed cheif closed 7 months ago

cheif commented 7 months ago

It seems like e.g. Apples reminders likes to send PropPatch, and currently this just fills up my logs because of the panic. I thought it would be better to signal that this isn't supported yet, which should hopefully make it easier to dig through the logs.