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

[backport-v8.x] http: add rawPacket in err of clientError event #18370

Closed
wants to merge 1 commit into from

Commits on Jan 25, 2018

  1. http: add rawPacket in err of clientError event

    The `rawPacket` is the current buffer that just parsed. Adding this
    buffer to the error object of `clientError` event is to make it possible
    that developers can log the broken packet.
    
    PR-URL: nodejs#17672
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    XadillaX committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    edbc78b View commit details
    Browse the repository at this point in the history