Skip to content

expose close methods #44

Open
Open
@casperdcl

Description

@casperdcl

There should be a close method exposed (for example for MediaIoReadable) to close the underlying connection.

The underlying httplib2 library (https://github.com/httplib2/httplib2/blob/master/python3/httplib2/__init__.py) seems to auto-close() on Exception or on HEAD requests but not otherwise (i.e. not on deletion).

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions