Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/llhttp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: nodejs/llhttp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 14 files changed
  • 4 contributors

Commits on Feb 26, 2021

  1. make: fix for modern git

    indutny committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    4f1e32c View commit details
    Browse the repository at this point in the history
  2. http: unset F_CHUNKED on new Transfer-Encoding

    Duplicate `Transfer-Encoding` header should be a treated as a single,
    but with original header values concatenated with a comma separator. In
    the light of this, even if the past `Transfer-Encoding` ended with
    `chunked`, we should be not let the `F_CHUNKED` to leak into the next
    header, because mere presence of another header indicates that `chunked`
    is not the last transfer-encoding token.
    indutny committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    3343732 View commit details
    Browse the repository at this point in the history
  3. 2.2.1

    indutny committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    dd2b150 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Import v2.x CVES (#183)

    * http: verify chunk parameters
    
    * http: disable whitespace for special headers
    
    * Strict transfer encoding 2.1 (#162)
    
    * chore: Mark the series as unsupported.
    
    * chore: Refer to the latest version.
    
    Co-authored-by: Robert Nagy <ronagy@icloud.com>
    Co-authored-by: Akshay K <iit.akshay@gmail.com>
    3 people authored Sep 1, 2022
    Configuration menu
    Copy the full SHA
    c94d240 View commit details
    Browse the repository at this point in the history
  2. 2.3.0

    ShogunPanda committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    38c4617 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    682e296 View commit details
    Browse the repository at this point in the history
Loading