thegrizzlylabs / sardine-android

A WebDAV library for Android
Apache License 2.0
355 stars 70 forks source link

Connection Leak fix #27

Open reactivecat opened 5 years ago

reactivecat commented 5 years ago

the ExistsResponseHandler handle the response but forget to close the response ,which will cause a network connection leak . ValidatingResponseHandler has the same problem.