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: correctly calculate strict content length #46601

Merged
merged 11 commits into from
Feb 23, 2023

Commits on Feb 16, 2023

  1. http: correctly calculate strict content length

    Fixes some logical errors related to strict content length.
    
    Also, previously Buffer.byteLength (which is slow) was run regardless of
    whether or not the len was required.
    ronag committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    0268957 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23d253a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a3683b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db11211 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    30a9aeb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0729f47 View commit details
    Browse the repository at this point in the history
  7. fixuP

    ronag committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    fe6f80a View commit details
    Browse the repository at this point in the history
  8. fixuP

    ronag committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    ab2c162 View commit details
    Browse the repository at this point in the history
  9. fixup

    ronag committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    a1c9fc7 View commit details
    Browse the repository at this point in the history
  10. fixup: linting

    ronag committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    e259ee6 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. fixup: cleanup

    ronag committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    20c7f2f View commit details
    Browse the repository at this point in the history