forwardemail / forwardemail/superagent
pipe and timeout ?
Open
Bug
Node
- Dominant language
- JavaScript
- Stars
- 16.6k
- Forks
- 1.3k
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
What is the current expected behavior regarding piping a response and setting a timeout?
I have tested with some code close to this:
``` javascript
request.get(url).timeout(500).pipe(writestream)
```
But this does not seem to time out when the server side does not respond.
Contributor guide
Assessment
This issue has not been assessed yet.