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

[v12.x backport] http: don't throw on Uint8Arrays for http.ServerResponse#write #33488

Closed
wants to merge 2 commits into from

Commits on May 20, 2020

  1. http: don't throw on Uint8Arrays for http.ServerResponse#write

    Don't throw errors on Uint8Arrays and added test for all
    valid types.
    
    Backport-PR-URL: nodejs#33488
    PR-URL: nodejs#33155
    Fixes: nodejs#33379
    Refs: nodejs#29829
    Reviewed-By: Robert Nagy <ronagy@icloud.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Zeyu Yang <himself65@outlook.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    rexagod committed May 20, 2020
    Configuration menu
    Copy the full SHA
    d2a920c View commit details
    Browse the repository at this point in the history

Commits on May 30, 2020

  1. remove semver major changes

    rexagod committed May 30, 2020
    Configuration menu
    Copy the full SHA
    7a20378 View commit details
    Browse the repository at this point in the history