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: don't throw on Uint8Arrays for http.ServerResponse#write #33155

Closed
wants to merge 2 commits into from

Commits on May 10, 2020

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

    dont throw errors on Uint8Arrays and added test for all
    valid types
    
    Co-authored-by: Ruben Bridgewater <ruben@bridgewater.de>
    
    fixup: remove dup
    
    fixup: remove unused dec
    
    fixup: add Uint8Array check in test
    
    fixup: don't throw invalid arg error on `Uint8Array`s
    rexagod committed May 10, 2020
    Configuration menu
    Copy the full SHA
    6a4d9b2 View commit details
    Browse the repository at this point in the history
  2. fixup: lint

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