barnabywalters / carddav

Stuff for dealing with CardDAV. Composer PSR-0 compatible.
2 stars 4 forks source link

fix http status code for sabre servers #3

Closed qroac closed 3 years ago

qroac commented 3 years ago

Sabre returns code 204 after update. So don't throw an error for 204. https://sabre.io/dav/building-a-carddav-client/

barnabywalters commented 3 years ago

Wow, thanks for this! As you can probably tell, I had completely forgotten about this repo and was very surprised to get a PR for it. The change looks fine, so I merged it.