-
-
Notifications
You must be signed in to change notification settings - Fork 2
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: 0x676e67/http2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.15
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: 0x676e67/http2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 13 commits
- 14 files changed
- 4 contributors
Commits on Jan 21, 2025
-
Fix window size decrement of send-closed streams (#31)
* tests: simplify window_size_decremented_past_zero (#829) This helps finding the root cause of why the assertion in FlowControl::dec_send_window failed in the first place. See #692 for more details. * Fix reclaiming reserved capacity (#832) Reclaiming requested capacity that has not been actually reserved yet is wrong, as this capacity never existed to begin with. Fixes #607 * fix: busy loop on shutdown (#834) When in a slow shutdown, this was busy looping since no more streams were left. The change here now only makes sure we poll one extra time if the state changed during the poll. Fixes #831 * Fix window size decrement of send-closed streams (#830) Send-closed streams should be skipped when decreasing window size, as they are skipped when increasing it. --------- Co-authored-by: Anthony Ramine <123095+nox@users.noreply.github.com> Co-authored-by: Sean McArthur <sean@seanmonstar.com>
Configuration menu - View commit details
-
Copy full SHA for a442a7a - Browse repository at this point
Copy the full SHA a442a7aView commit details
Commits on Jan 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f676c4a - Browse repository at this point
Copy the full SHA f676c4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bd5742 - Browse repository at this point
Copy the full SHA 7bd5742View commit details
Commits on Jan 25, 2025
-
fix: handle implicit resets at the right time (#33)
* tests: simplify window_size_decremented_past_zero (#829) This helps finding the root cause of why the assertion in FlowControl::dec_send_window failed in the first place. See #692 for more details. * Fix reclaiming reserved capacity (#832) Reclaiming requested capacity that has not been actually reserved yet is wrong, as this capacity never existed to begin with. Fixes #607 * fix: busy loop on shutdown (#834) When in a slow shutdown, this was busy looping since no more streams were left. The change here now only makes sure we poll one extra time if the state changed during the poll. Fixes #831 * Fix window size decrement of send-closed streams (#830) Send-closed streams should be skipped when decreasing window size, as they are skipped when increasing it. * fix: handle implicit resets at the right time (#833) A stream whose ref count reaches zero while open should not immediately decrease the number of active streams, otherwise MAX_CONCURRENT_STREAMS isn't respected anymore. --------- Co-authored-by: Anthony Ramine <123095+nox@users.noreply.github.com> Co-authored-by: Sean McArthur <sean@seanmonstar.com>
Configuration menu - View commit details
-
Copy full SHA for ce8d1df - Browse repository at this point
Copy the full SHA ce8d1dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 93d50ca - Browse repository at this point
Copy the full SHA 93d50caView commit details -
Configuration menu - View commit details
-
Copy full SHA for aea00a1 - Browse repository at this point
Copy the full SHA aea00a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3efb3ec - Browse repository at this point
Copy the full SHA 3efb3ecView commit details
Commits on Jan 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1f5ea9f - Browse repository at this point
Copy the full SHA 1f5ea9fView commit details
Commits on Jan 29, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 98f8be4 - Browse repository at this point
Copy the full SHA 98f8be4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecd2204 - Browse repository at this point
Copy the full SHA ecd2204View commit details
Commits on Feb 4, 2025
-
Fix poll_flush after poll_shutdown (#37)
* tests: simplify window_size_decremented_past_zero (#829) This helps finding the root cause of why the assertion in FlowControl::dec_send_window failed in the first place. See #692 for more details. * Fix reclaiming reserved capacity (#832) Reclaiming requested capacity that has not been actually reserved yet is wrong, as this capacity never existed to begin with. Fixes #607 * fix: busy loop on shutdown (#834) When in a slow shutdown, this was busy looping since no more streams were left. The change here now only makes sure we poll one extra time if the state changed during the poll. Fixes #831 * Fix window size decrement of send-closed streams (#830) Send-closed streams should be skipped when decreasing window size, as they are skipped when increasing it. * fix: handle implicit resets at the right time (#833) A stream whose ref count reaches zero while open should not immediately decrease the number of active streams, otherwise MAX_CONCURRENT_STREAMS isn't respected anymore. * Fix poll_flush after poll_shutdown (#836) --------- Co-authored-by: Anthony Ramine <123095+nox@users.noreply.github.com> Co-authored-by: Sean McArthur <sean@seanmonstar.com> Co-authored-by: 包布丁 <htbai1998m@hotmail.com>
Configuration menu - View commit details
-
Copy full SHA for 11ed78a - Browse repository at this point
Copy the full SHA 11ed78aView commit details
Commits on Feb 6, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 832408a - Browse repository at this point
Copy the full SHA 832408aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac69c8c - Browse repository at this point
Copy the full SHA ac69c8cView 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 v0.4.15...master