studio-b12 / gowebdav

A golang WebDAV client library and command line tool.
BSD 3-Clause "New" or "Revised" License
309 stars 89 forks source link

File remove problem #5

Closed ProgramYazar closed 7 years ago

ProgramYazar commented 7 years ago

Some webdav servers (like yandex) send 204 status for successful delete operation. On client.go file (line: 195) you can add 204 status. Note: Thanks for this good client.