Commit 1e12fd0
fix: set HttpClient.Timeout to infinite to honor per-request cancellation
HttpClient.Timeout defaults to ~100s and would cap requests before a
caller-configured DownloadTimeout takes effect. Setting it to infinite
lets HttpDownloadExecutor and VersionService per-request
CancellationTokenSource.CancelAfter control timeout precisely.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent eca4b06 commit 1e12fd0
1 file changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
36 | 43 | | |
37 | 44 | | |
38 | 45 | | |
| |||
0 commit comments