-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
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
Node version 10 breaking change causing false positive connection end msg #28
Comments
There was a bug related to this in 10.2.0. But it should have been fixed in 10.2.1. What version of node are you experiencing this on? |
@ronag 10.3.0. |
Yea, you need to remove the close listener on 'finish'. Alternatively you could use |
Yep, I have been looking at the Node changelog. As of this post, the docs still claim that |
Getting
connection closed before res end/flush
on every single request in Node v10+.The text was updated successfully, but these errors were encountered: