Sync internal 2025-07-11 - #659
Merged
gumpt merged 6 commits intoJul 11, 2025
Merged
Conversation
Explicitly disable keepalive on upstream connection when excess body (content-length) is detected.
Adds a way for subcribers to track the execution phase of a Server. The new method `Server::watch_execution_phase` returns a broadcast channel that will receive ExecutionPhase messages on each phase transition. Example use cases: * A /health endpoint that reports the current execution phase (only interesting for shutdown) * Producing metrics for the various phase transitions Includes-commit: 3b7b3dd Replicated-from: #511
The signal handlers are installed after the Running phase message has been sent, so these tests may be prone to unhandled signals otherwise. Also adds copyright notice to new tests.
Add support for a struct to override options to the `HttpCache::enable` and `HttpCache::set_cache_lock` signatures. They support overriding the wait timeout for now.
Previously we only allowed `String` types for the namespace and primary. The `new` constructor should still accept `str`-related types. Also add a method to convert primary key to str, in case business logic depended on that
Noah-Kennedy
approved these changes
Jul 11, 2025
andrewhavck
approved these changes
Jul 11, 2025
drcaramelsyrup
approved these changes
Jul 11, 2025
gumpt
deleted the
bleeper-mgumport-8b14f98157406a886bc3ae933d8343e10fdc4555
branch
August 29, 2025 17:44
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
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.