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

Commits on Jan 10, 2024

  1. fix: streams awaiting capacity lockout (#730) (#734)

    This PR changes the the assign-capacity queue to prioritize streams that
    are send-ready.
    
    This is necessary to prevent a lockout when streams aren't able to proceed while
    waiting for connection capacity, but there is none.
    
    Closes hyperium/hyper#3338
    
    Co-authored-by: dswij <[email protected]>
    seanmonstar and dswij authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    b668c7f View commit details
    Browse the repository at this point in the history
  2. v0.3.23

    seanmonstar committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    a7eb14a View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. streams: limit error resets for misbehaving connections

    This change causes GOAWAYs to be issued to misbehaving connections which for one reason or another cause us to emit lots of error resets.
    
    Error resets are not generally expected from valid implementations anyways.
    
    The threshold after which we issue GOAWAYs is tunable, and will default to 1024.
    Noah-Kennedy authored and seanmonstar committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    d919cd6 View commit details
    Browse the repository at this point in the history
  2. Prepare v0.3.24

    Noah-Kennedy authored and seanmonstar committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    7243ab5 View commit details
    Browse the repository at this point in the history
Loading