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

[WIP] Allow forcing host architeture #2

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

Commits on Jan 30, 2023

  1. http: keep HTTP/1.1 conns alive even if the Connection header is removed

    Previously persistence was completed disabled if you removed this
    header, which is not correct for modern HTTP, where the header is
    optional and all connections should persist by default regardless.
    
    PR-URL: nodejs#46331
    Reviewed-By: Matteo Collina <[email protected]>
    Reviewed-By: Minwoo Jung <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Ricky Zhou <[email protected]>
    pimterry authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    2a29df6 View commit details
    Browse the repository at this point in the history
  2. Allow forcing host architeture

    Radek Bartoň authored and Blackhex committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    4cae9c6 View commit details
    Browse the repository at this point in the history
  3. Revert "Allow forcing host architeture"

    This reverts commit 6d26d9d.
    Blackhex committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    e6c0f98 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b1655f View commit details
    Browse the repository at this point in the history