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 edb6897 commit 7f2d380Copy full SHA for 7f2d380
httpclient/multipartrequest.go
@@ -80,6 +80,8 @@ func (c *Client) DoMultiPartRequest(method, endpoint string, files map[string][]
80
var ctx context.Context
81
var cancel context.CancelFunc
82
83
+ c.Sugar.Debugf("TIMEOUT: %v", c.config.CustomTimeout)
84
+
85
if c.config.CustomTimeout > 0 {
86
ctx, cancel = context.WithTimeout(context.Background(), c.config.CustomTimeout)
87
c.Sugar.Infow("Using timeout context for multipart request", zap.Duration("custom_timeout_seconds", c.config.CustomTimeout))
0 commit comments