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

Fixed for Fastify req.connection deprecation #79

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

Conversation

ephraimd
Copy link

In Fastify, req.connection has been Deprecated in favor of req.socket. This affects all recent Fastify installs. The fix made so that nothing breaks but Fastify can pick its preferred req.socket option first without throwing any warnings at the developer.

In Fastify, req.connection has been Deprecated in favor of req.socket. This affects all recent Fastify installs.
@sheiman-pavlo
Copy link

@pbojinov can we expect this PR merged anytime soon?

@System233
Copy link

Fixes #86
@pbojinov

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

Successfully merging this pull request may close these issues.

None yet

3 participants