address-reuse-tracker icon indicating copy to clipboard operation
address-reuse-tracker copied to clipboard

Use httplib instead of urllib2 to maintain TCP connection to remote APIs

Open kristovatlas opened this issue 9 years ago • 0 comments

http://stackoverflow.com/questions/2009243/how-to-speed-up-pythons-urllib2-when-doing-multiple-requests

Classes will probably need to instantiate http connection objects in init to reuse them.

kristovatlas avatar Dec 17 '15 03:12 kristovatlas