We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
response.pipe()
It's a common pitfall to use Response.pipe() instead of Request.pipe(). We should make res.pipe() throw or even completely remove it.
Response.pipe()
Request.pipe()
res.pipe()
The text was updated successfully, but these errors were encountered:
yes, please!
Sorry, something went wrong.
Block use of closed stream
b5d894f
#1188
No branches or pull requests
It's a common pitfall to use
Response.pipe()
instead ofRequest.pipe()
. We should makeres.pipe()
throw or even completely remove it.The text was updated successfully, but these errors were encountered: