-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: v1.5.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: hyperium/hyper
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.5.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 13 files changed
- 4 contributors
Commits on Oct 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 17fddd3 - Browse repository at this point
Copy the full SHA 17fddd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 720d2db - Browse repository at this point
Copy the full SHA 720d2dbView commit details
Commits on Oct 23, 2024
-
1
Configuration menu - View commit details
-
Copy full SHA for 906f8db - Browse repository at this point
Copy the full SHA 906f8dbView commit details
Commits on Oct 25, 2024
-
fix(http2): improve graceful shutdown during handshake (#3729)
Before, if a graceful shutdown was triggered while the handshake was in-progress, the connection would just be dropped instantly. However, if some requests were in-flight as part of the handshake, they'd get dropped along with it. Now, if handshake is in-progress, we record that a close is desired, and as soon as the handshake has completed, the real graceful shutdown process starts, which should send the proper signals back about what happened with the in-flight requests.
Configuration menu - View commit details
-
Copy full SHA for 13b0594 - Browse repository at this point
Copy the full SHA 13b0594View commit details
Commits on Nov 15, 2024
-
1
Configuration menu - View commit details
-
Copy full SHA for 4694f38 - Browse repository at this point
Copy the full SHA 4694f38View commit details -
fix(http2): pass proper value to h2 max_local_error_reset_streams
The patch #3528 added the ability for hyper users to configure `max_local_error_reset_streams` via the server builder to hyper v0.14.29. It was then pulled in to hyper v1.2.0 as well in #3530, where the wrong parameter `max_pending_accept_reset_streams` is passed to h2's builder as `max_local_error_reset_streams`. This could lead to significant impact especially when a hyper user does not set `max_pending_accept_reset_streams`, because its default value is `None` and passing `None` to h2's `max_local_error_reset_streams` method will make the server vulnerable to DOS attacks. This issue has been fixed in this patch, simply by passing the correct value to the h2's builder method.
Configuration menu - View commit details
-
Copy full SHA for 4a20147 - Browse repository at this point
Copy the full SHA 4a20147View commit details
Commits on Nov 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 65026b2 - Browse repository at this point
Copy the full SHA 65026b2View commit details
Commits on Nov 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3b7375a - Browse repository at this point
Copy the full SHA 3b7375aView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.5.0...v1.5.1