You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the send module does not really fit our needs here, and we should look for a long term solution (see #46 for some hacky details). Basically the gist is that it does not implement the Streams 2/3 API, so we cannot pass it down to reply.send().
I will engage on the send repo to see if there is work we can do there, if we should fork it, or if we should lift some piece of code from there in here. See: pillarjs/send#159.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I think the
send
module does not really fit our needs here, and we should look for a long term solution (see #46 for some hacky details). Basically the gist is that it does not implement the Streams 2/3 API, so we cannot pass it down toreply.send()
.I will engage on the send repo to see if there is work we can do there, if we should fork it, or if we should lift some piece of code from there in here. See: pillarjs/send#159.
cc @diffcunha
The text was updated successfully, but these errors were encountered: