ExtractArchiveToContainerAsync times out for large input stream
Open
- Dominant language
- C#
- Stars
- 2.4k
- Forks
- 416
- PR merge metrics
- No merged PRs in 30d
Description
**Output of `dotnet --info`:**
```
(paste your output here)
```
**What version of Docker.DotNet?:**
```
2.124.3
```
**Steps to reproduce the issue:**
1. Try to use a large file stream with ExtractArchiveToContainerAsync (mine is 1.7gb)
**What actually happened?:**
Task was canceled due to http client timeout
**What did you expect to happen?:**
Task completes like normal, because timeout is set to infinite
**Additional information:**
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.