Skip to content

Commit 1f7358c

Browse files
committed
bugfix
1 parent b5a5e1a commit 1f7358c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

httpclient/client.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,9 @@ func (c *ClientConfig) Build() (*Client, error) {
120120

121121
c.Sugar.Debug("configuration valid")
122122

123-
httpClient := &prodClient{}
123+
httpClient := &prodClient{
124+
&http.Client{},
125+
}
124126

125127
cookieJar, err := cookiejar.New(nil)
126128
if err != nil {

0 commit comments

Comments
 (0)