fix(runtime): harden HTTP API admission and offload - #1133
Open
doublewhy wants to merge 4 commits into
Open
Conversation
doublewhy
marked this pull request as ready for review
August 12, 2026 21:16
Collaborator
|
Updated the branch to complete the two admission guarantees identified during review:
Focused bearer/proxy, empty-message, replay, and header-form regressions were added. The branch was synchronized with current dev. Local canonical verification passed: 6,911 unit tests, 59 integration tests with 2 environment skips, contracts, policy, lint, formal proof, documentation, and 91% combined coverage. |
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.
Plain-language summary
Summary
Content-Lengthplus streamed body limits at the public ASGI boundary before FastAPI route parsing or dispatch;503overload responses;400/413rejection if audit persistence fails;Issue mapping
Closes #1090
Closes #1091
Part of #1093
Related: #8
#1093 remains open: this PR does not implement durable queued state, restart reconciliation, cancellation recovery, cross-target worker progress, or exactly-once backend submission.
Verification
133 passed.148 passed.6420 passed, 1 skipped; only the two existing/usr/bin/busybox-dependent test targets were excluded.100%lines and44/44changed branches./usr/bin/busyboxand pinned Isabelle2025-2 are not installed.Scope boundary
No durable-store, scheduler, timeout, release, schema, or version changes are included.