paypal / dce-go

Docker Compose Executor to launch pod of docker containers in Apache Mesos.
Apache License 2.0
63 stars 48 forks source link

use http.Transport in http client #59

Closed JiaminZhu closed 5 years ago

JiaminZhu commented 5 years ago

Create http.Transport instead of using default one to avoid unnecessary issues in future.

More context in https://github.com/paypal/dce-go/pull/57