-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Add support for HTTP/2 #13039
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
Moist-Cat
wants to merge
48
commits into
aio-libs:master
Choose a base branch
from
Moist-Cat:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Add support for HTTP/2 #13039
Changes from all commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
4badcd8
Add support for HTTP/2
Moist-Cat 8d6ffe2
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 1b21c5b
Merge branch 'master' into master
Moist-Cat 982ad3a
Lint code and add test
Moist-Cat 2ecae5a
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 73bfa16
Fix lint errors
Moist-Cat 9bd6ff9
Add more tests.
Moist-Cat 91b46d8
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 0b361d3
Fix type issues
Moist-Cat 9ab172f
Fix protocol violations and perform functional tests
Moist-Cat 38b9d3d
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 538164e
More tests
Moist-Cat 2ce9b41
Misc changes
Moist-Cat fdb10b7
Merge branch 'aio-libs:master' into master
Moist-Cat e312859
Merge branch 'aio-libs:master' into master
Moist-Cat 93aef89
Release connection in the HTTP/2 path
Moist-Cat 23997c4
Merge branch 'master' into master
Moist-Cat d78d47a
Merge branch 'aio-libs:master' into master
Moist-Cat 35eb119
Merge branch 'aio-libs:master' into master
Moist-Cat 742899f
Merge branch 'aio-libs:master' into master
Moist-Cat 44de092
Merge branch 'master' into master
Moist-Cat 0f9f4d8
Merge branch 'master' into master
Moist-Cat 979bb4a
Merge branch 'aio-libs:master' into master
Moist-Cat 51a5ee2
Update response with base class
Moist-Cat 1d10b19
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 519c830
Merge branch 'aio-libs:master' into master
Moist-Cat 44811d3
Merge branch 'aio-libs:master' into master
Moist-Cat d242ad7
Merge branch 'master' into master
Moist-Cat 5f57683
Merge branch 'aio-libs:master' into master
Moist-Cat d14a1c7
First working version after changes
Moist-Cat 314a6e5
Remove unneeded response file.
Moist-Cat 38c11ff
Fix type errors
Moist-Cat 899742e
Merge branch 'aio-libs:master' into master
Moist-Cat 2c0493a
Fix type errors and compatibility issues with py < 3.14
Moist-Cat 088eb38
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] d40dc83
Merge branch 'master' into master
Moist-Cat 1028739
Merge branch 'master' into master
Moist-Cat bc9eb29
Add tests for new code paths
Moist-Cat d2941d2
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] d8dc63a
Merge branch 'master' into master
Moist-Cat 8fdf2e4
Merge branch 'master' into master
Moist-Cat af86d82
Merge branch 'master' into master
Moist-Cat e70d672
Merge branch 'master' into master
Moist-Cat 5f1dc50
Merge branch 'master' into master
Moist-Cat 1f1b8db
Add new synchronization mechanism and extra tests
Moist-Cat 9f9d127
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] a5124c0
flake8
Moist-Cat 7e8daa3
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The new environment-variable opt-in changes ALPN negotiation and introduces user-visible HTTP/2 behavior and limitations, but the PR adds no client reference or narrative documentation, leaving users without shipped guidance for enabling or evaluating the feature.
Context Used: AGENTS.md (source)
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!