When fetching a big file on Windows, the buffer gets full, which results on a
deadlock. To prevent this, we fetch the data hunk by chunk until all the data
has been retrieved.
Details
Details
- Reviewers
 - None
 - Group Reviewers
 hg-reviewers 
Diff Detail
Diff Detail
- Repository
 - rHG Mercurial
 - Branch
 - stable
 - Lint
 No Linters Available - Unit
 No Unit Test Coverage 
Event Timeline
Comment Actions
I found out the the bug was cause by the fact that I was using an old version of MSYS2. It doesn't happen with a recent one.