owncloud / pyocclient

ownCloud client library for Python
MIT License
295 stars 115 forks source link

Fixed file handle leak in case filesize can not be determined #280

Open nE0sIghT opened 1 year ago

nE0sIghT commented 1 year ago

I don't think if this is real case, but current code logic can leak file handles.
It's safer to disallow it.