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: v0.14.19
Choose a base ref
...
head repository: hyperium/hyper
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.14.20
Choose a head ref
  • 6 commits
  • 13 files changed
  • 6 contributors

Commits on May 30, 2022

  1. Configuration menu
    Copy the full SHA
    4545c3e View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

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

Commits on Jun 8, 2022

  1. feat(ext): support non-canonical HTTP/1 reason phrases (#2792)

    Add a new extension type `hyper::ext::ReasonPhrase` gated by either the `ffi` or `http1` Cargo
    features. When enabled, store any non-canonical reason phrases in this extension when parsing
    responses, and write this reason phrase instead of the canonical reason phrase when emitting
    responses.
    
    Reason phrases are a disused corner of the spec that implementations ought to treat as opaque blobs
    of bytes. Unfortunately, real-world traffic sometimes does depend on being able to inspect and
    manipulate them.
    
    Non-canonical reason phrases are checked for validity at runtime to prevent invalid and dangerous
    characters from being emitted when writing responses. An `unsafe` escape hatch is present for hyper
    itself to create reason phrases that have been parsed (and therefore implicitly validated) by
    httparse.
    acfoltzer authored Jun 8, 2022
    Configuration menu
    Copy the full SHA
    b2052a4 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. fix(http1): fix http1_header_read_timeout to use same future (#2891)

    Co-authored-by: silence <[email protected]>
    (cherry picked from commit 5fa113e)
    2 people authored and seanmonstar committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    c5a14e7 View commit details
    Browse the repository at this point in the history
  2. chore(lib): bump MSRV to 1.56 (#2902)

    (cherry picked from commit a563404)
    seanmonstar committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    128bc7f View commit details
    Browse the repository at this point in the history
  3. v0.14.20

    seanmonstar committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    0ff6213 View commit details
    Browse the repository at this point in the history
Loading