commit | 33b88a70a26f6551150536db03d2bec28a00891a | [log] [tgz] |
---|---|---|
author | Xinyun Zhou <me@xyzhou.com> | Wed May 15 14:43:00 2019 +1000 |
committer | Xinyun Zhou <me@xyzhou.com> | Wed May 15 14:43:00 2019 +1000 |
tree | c81cacb390bf5e145130fcd0cae4156c5b08c81d | |
parent | 41469e92ebf64116206e2facdb024ea22fab5a3a [diff] |
remove passed dr from previous PR
diff --git a/digest_auth_client.go b/digest_auth_client.go index 1a3108c..d2aefab 100644 --- a/digest_auth_client.go +++ b/digest_auth_client.go
@@ -32,7 +32,6 @@ dr := DigestRequest{} dr.UpdateRequest(username, password, method, uri, body) dr.CertVal = true - dr.Timeout = 30 * time.Second return dr } @@ -89,7 +88,6 @@ } dr := NewRequest(username, password, method, uri, body) - dr.Timeout = dt.Timeout return dr.Execute() }