Skip to content

The caller must close the response body when finished with it: #4

@admin-else

Description

@admin-else

You forgot to close the http.Response body with defer response.Body.Close().
just insert defer response.Body.Close() on line 284.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions