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

Deprecation warning messages #3960

Closed
khteh opened this issue Oct 20, 2021 · 2 comments
Closed

Deprecation warning messages #3960

khteh opened this issue Oct 20, 2021 · 2 comments

Comments

@khteh
Copy link

khteh commented Oct 20, 2021

I see the following deprecation warning messages when I configure quasar, which uses webpack-dev-server, with HTTP/2 over HTTPS:

(node:155094) [DEP0066] DeprecationWarning: OutgoingMessage.prototype._headers is deprecated
(node:157424) [DEP0111] DeprecationWarning: Access to process.binding('http_parser') is deprecated.

quasarframework/quasar#11019

Bug report

Actual Behavior

Expected Behavior

No deprecation warning messages

How Do We Reproduce?

Please paste the results of npx webpack-cli info here, and mention other relevant information

@alexander-akait
Copy link
Member

Close in favor spdy-http2/node-spdy#380 (spdy-http2/http-deceiver#7), we can't fix it here, sorry

@lamweili
Copy link

lamweili commented Oct 20, 2021

Close in favor spdy-http2/node-spdy#380 (spdy-http2/http-deceiver#7), we can't fix it here, sorry

⬆️ That resolves DEP0111.

Not forgetting spdy-http2/node-spdy#366 (PR: spdy-http2/node-spdy#367) which resolves DEP0066.
Might also need a bump there. 🤭

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

3 participants