progress doesn't work anymore
Open
- Dominant language
- JavaScript
- Stars
- 1.7k
- Forks
- 283
- PR merge metrics
- No merged PRs in 30d
Description
the counter-stream thing is broken, it gets events very quickly and does not represent the real upload, just doing:
``` js
stream.pipe(req);
stream.on('data', function(c){
console.log(c.length);
});
```
gives me the real results again
Contributor guide
No contributing guide indexed for this repository
Research direction
No file or test is named. Start by locating the counter-stream implementation and compare its progress events with the stream data observed while using stream.pipe(req). Done means the progress output represents the real upload rather than advancing too quickly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- api
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100