Skip to content

Commit

Permalink
Merge pull request #12694 from AlexLast/master
Browse files Browse the repository at this point in the history
Increase upup http response header timeout
  • Loading branch information
k8s-ci-robot committed Nov 8, 2021
2 parents e230cc9 + 576cf72 commit 31737c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upup/pkg/fi/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func downloadURLAlways(url string, destPath string, dirMode os.FileMode) error {
KeepAlive: 30 * time.Second,
}).DialContext,
TLSHandshakeTimeout: 10 * time.Second,
ResponseHeaderTimeout: 10 * time.Second,
ResponseHeaderTimeout: 30 * time.Second,
IdleConnTimeout: 30 * time.Second,
},
}
Expand Down

0 comments on commit 31737c6

Please sign in to comment.