Adds documentation for behaviour of capped uploads in the event of the byte limit being reached - #18
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Adds documentation clarifying how Capped<T>/data-guard limits behave when an upload exceeds the configured byte limit, with emphasis on HTTP/1.1 response delivery implications.
Changes:
- Documented “capped uploads” behavior and client-visible effects when a guard stops reading mid-body (HTTP/1.1 vs HTTP/2).
- Added a cross-reference from configuration “Limits” to the new capped uploads section.
- Noted the documentation addition in the changelog.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| website/docs/10-configuration.md | Adds a short pointer from limits configuration to the capped uploads behavior explanation. |
| website/docs/04-requests.md | Introduces a new “Capped Uploads” section explaining Capped<T> semantics and HTTP/1.1/HTTP/2 implications. |
| CHANGELOG.md | Adds an Unreleased changelog entry for the new documentation. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…e byte limit being reached AI-Tool: Claude Code
martynp
force-pushed
the
capped_upload_documentation
branch
from
July 28, 2026 06:19
d730dcd to
d978816
Compare
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.
…e byte limit being reached