diff options
Diffstat (limited to 'client.go')
| -rw-r--r-- | client.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -55,6 +55,7 @@ func NewClient(opts ClientOptions) (cl *Client, err error) { logp = `NewClient` httpcOpts = libhttp.ClientOptions{ ServerUrl: opts.ServerUrl, + Timeout: opts.Timeout, } ) |
