What steps will reproduce the problem?
The httplib2 Http class does not define a method to close open connections. The
only way for connections to be closed is for Python's GC to notice the object
is out of scope.
What is the expected output? What do you see instead?
A defined close or close_connections method.
What version of the product are you using? On what operating system?
Please provide any additional information below.
Original issue reported on code.google.com by schrierc@google.com on 22 Feb 2013 at 7:12
Original issue reported on code.google.com by
schrierc@google.com
on 22 Feb 2013 at 7:12