1
0
mirror of https://github.com/minio/minio.git synced 2025-03-22 05:24:15 -04:00
Harshavardhana 7a5271ad96
fix: re-use connections in webhook/elasticsearch ()
- elasticsearch client should rely on the SDK helpers
  instead of pure HTTP calls.
- webhook shouldn't need to check for IsActive() for
  all notifications, failure should be delayed.
- Remove DialHTTP as its never used properly

Fixes 
2020-04-28 13:57:56 -07:00
..