-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
http: OutgoingMessage instanceof Writable #28971
Comments
ping @mcollina |
I tried this in the past, but I got a significant performance drop. I'm happy to review a PR, if it has no performance loss. |
rexagod
added a commit
to rexagod/node
that referenced
this issue
Jun 14, 2020
4 tasks
I would recommend we close this issue as it’s likely not doable without a significant slowdown in the current state of affairs. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Would it be an idea to make
OutgoingMessage
inherit theWritable
prototype but where we override all methods. Just in order to makemsg instanceof Writable
work?The text was updated successfully, but these errors were encountered: