github.com/cs3org/reva/v2@v2.27.7/changelog/2.13.0_2023-05-02/drain-body-on-put.md (about)

     1  Bugfix: Drain body on failed put
     2  
     3  When a put request fails the server would not drain the body. This will lead to `connection closed` errors on clients when using http 1
     4  
     5  https://github.com/cs3org/reva/pull/3618