Files
opensearch-pyd/elasticsearch/connection
Chris WynneandNick Lang 67deac55c4 Pass Retry object to urllib3 instead of False (#827)
By passing a `Retry` object to `urlopen` instead of just `False`, it
prevents `urllib3` from having to create a Retry object with `from_int`.

`from_int` emits an undesirable log message when called with
`retries=False`, and this can be avoided by the method described above.
2018-07-24 11:24:13 -07:00
..
2017-12-28 13:09:16 -07:00
2017-10-04 16:07:55 -04:00
2016-03-03 19:50:17 -05:00