Skip to content
This repository was archived by the owner on Jun 21, 2022. It is now read-only.

Commit 33b88a7

Browse files
committed
remove passed dr from previous PR
1 parent 41469e9 commit 33b88a7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

digest_auth_client.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ func NewRequest(username, password, method, uri, body string) DigestRequest {
3232
dr := DigestRequest{}
3333
dr.UpdateRequest(username, password, method, uri, body)
3434
dr.CertVal = true
35-
dr.Timeout = 30 * time.Second
3635
return dr
3736
}
3837

@@ -89,7 +88,6 @@ func (dt *DigestTransport) RoundTrip(req *http.Request) (resp *http.Response, er
8988
}
9089

9190
dr := NewRequest(username, password, method, uri, body)
92-
dr.Timeout = dt.Timeout
9391
return dr.Execute()
9492
}
9593

0 commit comments

Comments
 (0)