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

fixed panic due to concurrent map writes #37

Closed jkowalski closed 4 years ago

jkowalski commented 4 years ago

Fixes #36

jkowalski commented 4 years ago

Thanks for the library, btw.

jkowalski commented 4 years ago

how can we make progress on this? I really don't want to maintain a clone of this library, but in the current state it simply is not safe to use concurrently.