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

Commits on Dec 21, 2023

  1. Document the correct default value for HTTP/2 max concurrent streams (#…

    …82)
    
    Load testing on our web application caused issues and it looks like it
    is because of this.
    
    The default value is 200 as you can see from the default instantiation
    here: https://github.com/hyperium/hyper/blob/1d4ff3597b8e76818c8553dbfa4234cf4208c958/src/proto/h2/server.rs#L66
    psibi authored Dec 21, 2023
    Configuration menu
    Copy the full SHA
    4d1ed57 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

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

Commits on Dec 25, 2023

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

Commits on Jan 6, 2024

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

Commits on Jan 8, 2024

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

Commits on Jan 14, 2024

  1. refactor(client): small refactoring (#88)

    * refactor(client): remove reference to reference
    
    * refactor(client): remove unnecessary clone
    
    * refactor(client): use some api instead of manual implementaion
    tottoto authored Jan 14, 2024
    Configuration menu
    Copy the full SHA
    da6e35b View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Fix spelling (#89)

    jayvdb authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    55b5171 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

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

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    5c35f28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32166f6 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

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

Commits on Jan 31, 2024

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

    seanmonstar committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    9d7c3b9 View commit details
    Browse the repository at this point in the history
Loading