Skip to content

Commit

Permalink
Increase upup http response header timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexLast committed Nov 8, 2021
1 parent e230cc9 commit 576cf72
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 576cf72

Please sign in to comment.