We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There should be a close method exposed (for example for MediaIoReadable) to close the underlying connection.
close
MediaIoReadable
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).
httplib2
close()
Exception
HEAD
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There should be a
close
method exposed (for example forMediaIoReadable
) to close the underlying connection.The underlying
httplib2
library (https://github.com/httplib2/httplib2/blob/master/python3/httplib2/__init__.py) seems to auto-close()
onException
or onHEAD
requests but not otherwise (i.e. not on deletion).The text was updated successfully, but these errors were encountered: