forwardemail / forwardemail/superagent

pipe and timeout ?

Open
#991 4 comments 2 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.