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

Avoid using deprecated process.binding('http_parser') #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lamweili
Copy link

@lamweili lamweili commented Sep 18, 2021

@lamweili
Copy link
Author

lamweili commented Sep 19, 2021

Related to a sub-issue in spdy-http2/node-spdy#380
Approving this pull request will close #6 and #7.

@lamweili lamweili changed the title Avoid using deprecated process.binding('http_parser') Closes #6 - Avoid using deprecated process.binding('http_parser') Sep 19, 2021
@lamweili lamweili changed the title Closes #6 - Avoid using deprecated process.binding('http_parser') Avoid using deprecated process.binding('http_parser') Sep 19, 2021
@jaketrimble
Copy link

Any movement on this PR?

@alexander-akait
Copy link

/cc @indutny Can you review this? Will be great to fix deprecation issue

@tdd
Copy link

tdd commented Mar 31, 2022

Folks, it's been 6 months, and http-deceiver's dep warning here on Node >= 10 causes warnings across the board (spdy, hence restify etc.). We have a working PR, what gives? @indutny I understand you've got a full gynormous plate, but this would really help :)

@nikeee
Copy link

nikeee commented Apr 18, 2022

Any chance to get this merged? I'd be happy to help.

@Xenope
Copy link

Xenope commented May 27, 2022

Any news? it's been a while now!

@aIbarrab
Copy link

aIbarrab commented Jun 3, 2022

waiting for this to be merged hehe

Cc @indutny @ILOveyouo

@lamweili
Copy link
Author

lamweili commented Jun 9, 2022

cc: @jacobheun @daviddias @indutny

Copy link

@sternam sternam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@daviddias Looks good to me. Could you please merge it or give me write privileges I'd be happy to do it 😁

@beenotung
Copy link

I've forked this package get this PR (#7) and #5 patched and published to npm as http-deceiver-fixes

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

Successfully merging this pull request may close these issues.

[DEP0111] DeprecationWarning: Access to process.binding('http_parser') is deprecated.