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

[#IOCOM-166] Fixed destroy handler with a NOOP #37

Merged
merged 2 commits into from
Apr 17, 2023
Merged

Conversation

michaeldisaro
Copy link
Contributor

Node18 introduced a new destroy handler that seems to not be needed for our functions but was causing some functions to crash because of our custom IncomingMessage.

This fix binds a NOOP function to the destroy method of our IncomingMessage, as we did years ago with the socket.

@github-actions
Copy link

Jira Pull Request Link

This Pull Request refers to the following Jira issue IOCOM-166

@balanza balanza merged commit d2e8810 into master Apr 17, 2023
@balanza balanza deleted the fix-destroy-handler branch April 17, 2023 15:03
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.

2 participants