-
Notifications
You must be signed in to change notification settings - Fork 195
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:6332) [DEP0066] DeprecationWarning: OutgoingMessage.prototype._headers is deprecated #366
Comments
I just made a pull request to fix it : #367 [EDIT] but obviously the CI fails on node 6 since the feature was introduced in version 7. If maintainers need to continue supporting node 6 maybe we will not have a release with the merge coming soon. [EDIT-2] I was wrong in my first EDIT I found a way to support older versions of node. |
Support it. Great. Well done. |
I am also getting I'm using Node.js 14.1.0 and spdy 4.0.1 |
@MatsG23 yeah theoretically my pull request will fix all possible warnings however I cannot figure out how to make tests to work with node 12.x and 14.x. Moreover, the project seems to be left off since these newer versions of node include http2 and it is plan in the express 5 roadmap to support http2 which is currently not supported in v4.x |
I am also getting the same warning
|
Any chance to get this fixed soon? |
This deprecation warning was introduced I think with NodeJS 12 and I see that the npm module is last updated one year ago. Is this module dead? |
Any updates on this? These warnings are long and annoying |
node -v
v13.13.0
(node:6332) [DEP0066] DeprecationWarning: OutgoingMessage.prototype._headers is deprecated
node-spdy/lib/spdy/response.js
Line 18 in 661b14a
The text was updated successfully, but these errors were encountered: