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.14
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.15
Choose a head ref
  • 9 commits
  • 13 files changed
  • 5 contributors

Commits on Nov 3, 2021

  1. feat(upgrade): allow http upgrades with any body type

    Allow using `Request<T>`/`Response<T>` for any given T with
    `upgrade::on` instead of just restricting it to `hyper::Body`.
    luqmana authored and seanmonstar committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    ab469eb View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. feat(http1): Add http1_writev(bool) to client and server Builders

    Restore a way to force queue writing strategy.
    
    Closes #2676
    nox authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    8062714 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. docs(body) fix doctest failing due to missing features

    The doctest uses `hyper::Client`, but that is not available unless these features are enabled.
    This commit adds an attribute to check for those and allows `cargo test` with no arguments to pass again.
    
    fixes #2687.
    whentze authored and seanmonstar committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    3221f57 View commit details
    Browse the repository at this point in the history
  2. docs(client): fix missing feature attrs in another doctest

    when testing my fix for #2687, I noticed that this doctest has the same issue,
    so here's another fix.
    whentze authored and seanmonstar committed Nov 8, 2021
    1 Configuration menu
    Copy the full SHA
    913be88 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    174b553 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

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

Commits on Nov 15, 2021

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

Commits on Nov 16, 2021

  1. Configuration menu
    Copy the full SHA
    a1502e1 View commit details
    Browse the repository at this point in the history
  2. v0.14.15

    seanmonstar committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    d0b1d9e View commit details
    Browse the repository at this point in the history
Loading