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

http: remove 'data' and 'end' listener if client parser error #40244

Closed

Commits on Sep 28, 2021

  1. http: remove 'data' and 'end' listener if client parser error

    There might be the case of some more data coming through after
    the parser has returned an error and we have destroyed the socket.
    We should also be removing the 'data' event handler.
    
    Fixes: nodejs#40242
    mcollina committed Sep 28, 2021
    Copy the full SHA
    58d2cc6 View commit details
    Browse the repository at this point in the history