Skip to content

Commit 9fe0763

Browse files
committed
Merge branch 'master' of github.com:elastic/elasticsearch-py
2 parents 0252c2c + 4dc4ba1 commit 9fe0763

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

elasticsearch/connection/http_urllib3.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ def __init__(self, host='localhost', port=9200, http_auth=None,
103103
'assert_fingerprint': ssl_assert_fingerprint,
104104
'ssl_context': ssl_context,
105105
})
106-
self.pool = pool_class(host, port=port, timeout=self.timeout, maxsize=maxsize, **kw)
107106

108107
elif self.use_ssl:
109108
pool_class = urllib3.HTTPSConnectionPool

0 commit comments

Comments
 (0)