-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Weekly Sync 2026/1/16 #794
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
Merged
Merged
Conversation
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
For v1, this represents a safe default to prevent the next request after an unfinished request write from appearing as and being rejected as a pipelined request on the same connection.
… events are registered for h2 idle pool, filter out closed connections when retrieving from h2 in use pool.
This also avoids a panic if the session tries to write a response before the downstream request parsing is finished, e.g. due to invalid request.
This came up in a lint that it was returned by a public function and that the `Full` variant is never constructed. Allow for it to remove the lint.
Test was flaking in internal CI. Increased the write size so that it is not failing.
johnhurt
approved these changes
Jan 16, 2026
…vent forcing consumers to use 2024 edition
If the final response is read at the same time as a 1xx response, only the 1xx response may be properly parsed while the final response is interpreted as part of the preread body. This change "rewinds" the preread bytes so the next response header read call parses them.
This extended field enables users to adjust the cache age of an asset if the local asset updated timestamp is insufficient. This may be helpful in the case of layered caches if a remote cache's age should be shown and used for freshness calculation instead of the local cache's metadata.
2b8e0a7 to
9563115
Compare
gumpt
approved these changes
Jan 16, 2026
This was referenced Jan 16, 2026
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.