energyd / httplib2

Automatically exported from code.google.com/p/httplib2
0 stars 0 forks source link

The Http class should provide a method to close connections #247

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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