Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stable19] remove explicit fclose from S3->writeStream #26169

Merged
merged 1 commit into from
Mar 17, 2021

Commits on Mar 17, 2021

  1. remove explicit fclose from S3->writeStream

    streams get closed automatically when dropped, and in some cases the stream seems to be already closed by the S3 library, in which case trying to close it again will raise an error
    
    Signed-off-by: Robin Appelman <robin@icewind.nl>
    icewind1991 authored and backportbot[bot] committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    68fb72b View commit details
    Browse the repository at this point in the history