We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63806f7 commit 65db30bCopy full SHA for 65db30b
client.go
@@ -30,7 +30,7 @@ type ClientAuth interface {
30
func NewClient(gatewayURL *url.URL, auth ClientAuth, client *http.Client) *Client {
31
return &Client{
32
GatewayURL: gatewayURL,
33
- Client: http.DefaultClient,
+ Client: client,
34
ClientAuth: auth,
35
}
36
0 commit comments