elastic / elastic-transport-go

Transport struct and utilities shared among Go Elastic client libraries
Apache License 2.0
13 stars 10 forks source link

Clone default http.Transport if none is provided. #14

Closed Anaethelion closed 1 year ago

Anaethelion commented 1 year ago

Use a clone of the http.DefaultTransport.(*http.Transport) if no transport is provided to avoid collisions.

Fix #11