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: hyperium/hyper
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: hyperium/hyper
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.13.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 6 files changed
  • 3 contributors

Commits on Dec 16, 2020

  1. fix(http1): ignore chunked trailers (#2363)

    Previously, hyper returned an "Invalid chunk end CR" error on chunked
    responses with trailers, as described in RFC 7230 Section 4.1.2. This
    commit adds code to ignore the trailers.
    
    Closes #2171
    
    Co-authored-by: Alex Rebert <[email protected]>
    MOZGIII and alpire authored Dec 16, 2020
    Configuration menu
    Copy the full SHA
    a00cc20 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. fix(http1): fix server misinterpretting multiple Transfer-Encoding he…

    …aders
    
    When a request arrived with multiple `Transfer-Encoding` headers, hyper
    would check each if they ended with `chunked`. It should have only
    checked if the *last* header ended with `chunked`.
    
    See GHSA-6hfq-h8hq-87mf
    seanmonstar committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    6d9e5f9 View commit details
    Browse the repository at this point in the history
  2. v0.13.10

    seanmonstar committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    17f5426 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7495a7 View commit details
    Browse the repository at this point in the history
Loading