Merge pull request #95 from carlos-am/master

Fix #94: Remove warning when adding HTTPS URL
This commit is contained in:
Arun Prakash Jana 2016-11-16 09:52:04 +05:30 committed by GitHub
commit 8d71f033f2

View File

@ -1511,6 +1511,7 @@ def network_handler(url):
method = 'HEAD'
if not http_handler:
urllib3.disable_warnings()
http_handler = urllib3.PoolManager()
try: