feat: request buffer limit - #8893
Open
zhaohuabing wants to merge 9 commits into
Open
Conversation
✅ Deploy Preview for cerulean-figolla-1f9435 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8893 +/- ##
==========================================
+ Coverage 76.34% 81.29% +4.95%
==========================================
Files 261 263 +2
Lines 44523 40867 -3656
==========================================
- Hits 33989 33221 -768
+ Misses 8285 7646 -639
+ Partials 2249 0 -2249 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
guydc
reviewed
May 1, 2026
yashbhuva
approved these changes
Jun 21, 2026
zhaohuabing
force-pushed
the
api-request-buffer-limit
branch
from
June 22, 2026 08:22
8d0f19b to
0ac8c0d
Compare
Member
Author
|
retest |
Member
Author
|
/retest |
Member
Author
|
/retest |
kkk777-7
previously approved these changes
Jul 10, 2026
Member
|
LGTM, thanks! |
Member
|
/retest |
1 similar comment
Member
|
/retest |
zirain
reviewed
Jul 21, 2026
kkk777-7
previously approved these changes
Jul 22, 2026
Member
Author
|
/retest |
zhaohuabing
marked this pull request as draft
July 27, 2026 15:25
Signed-off-by: Huabing (Robin) Zhao <zhaohuabing@gmail.com>
Signed-off-by: Huabing (Robin) Zhao <zhaohuabing@gmail.com>
Signed-off-by: Huabing (Robin) Zhao <zhaohuabing@gmail.com>
Signed-off-by: Huabing (Robin) Zhao <zhaohuabing@gmail.com>
Signed-off-by: Huabing (Robin) Zhao <huabing@tetrate.io>
Signed-off-by: Huabing (Robin) Zhao <huabing@tetrate.io>
zhaohuabing
force-pushed
the
api-request-buffer-limit
branch
from
August 25, 2026 02:16
92a8f25 to
e92333b
Compare
zhaohuabing
marked this pull request as ready for review
August 25, 2026 02:16
zirain
previously approved these changes
Aug 25, 2026
Signed-off-by: Huabing (Robin) Zhao <huabing@tetrate.io>
arkodg
reviewed
Aug 31, 2026
Pairs the two modes on a single axis (BufferAndLimit vs LimitOnly) and clarifies in the godoc that limit applies in both modes, mode only controls whether the gateway also buffers the whole body itself. Signed-off-by: Huabing (Robin) Zhao <zhaohuabing@gmail.com> Signed-off-by: Huabing (Robin) Zhao <huabing@tetrate.io>
Member
Author
|
/retest |
1 similar comment
Member
Author
|
/retest |
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.
Implements: #8891
Release note: yes