Skip to content
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

[DEP0066] DeprecationWarning: OutgoingMessage.prototype._headers is deprecated in Node.js 12 #413

Closed
ulrichb opened this issue May 7, 2019 · 3 comments

Comments

@ulrichb
Copy link

ulrichb commented May 7, 2019

Causing line:

var headers = container.user.res._headers;

See Node docs.

@ulrichb
Copy link
Author

ulrichb commented May 7, 2019

Can be fixed by switching to getHeaders(). (Available since Node 7.7.0)

@dman777
Copy link

dman777 commented Aug 12, 2019

I am hitting this also

@bconnorwhite
Copy link

Fixed with #420

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants