do not use httplib directly, use urllib2 instead
It is not recommanded to use httplib directly, we should better use urllib2, then this library will use httplib. This solve issues with libnetworkcache when we try to use it behind an http proxy.
Showing
Please register or sign in to comment