Skip to content
This repository has been archived by the owner on Mar 28, 2020. It is now read-only.

close s3 reader after saving snapshot #1976

Merged
merged 1 commit into from
Jul 6, 2018

Commits on Jul 4, 2018

  1. backup-operator: close s3 reader after saving snapshot

    After uploading the snapshot, the backup operator performs a get
    to ensure that the snapshot was actually saved. The problem is that
    the resulting get request body is not closed. This causes a leak
    of http connections.
    
    fixes coreos#1965
    Daniel García committed Jul 4, 2018
    Configuration menu
    Copy the full SHA
    eb6e6d5 View commit details
    Browse the repository at this point in the history