github.com/cs3org/reva/v2@v2.27.7/changelog/1.4.0_2020-11-17/ocdav-fix-file-descriptor-leak.md (about) 1 Bugfix: Fix file descriptor leak on ocdav put handler 2 3 File descriptors on the ocdav service, especially on the put handler was leaking http connections. This PR addresses this. 4 5 https://github.com/cs3org/reva/pull/1260