-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(plugins/request-size-limiting): Check the file size when the requ…
…est body buffered to a temporary file (#13303) The commit fixed an issue in request-size-limiting where the body size doesn't get checked when the request body is buffered to a temporary file. FTI-6034 (cherry picked from commit 166eade)
- Loading branch information
1 parent
90d911d
commit e3ce9cf
Showing
3 changed files
with
158 additions
and
66 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
...d/kong/fix-request-size-limiting-with-chunked-transfer-encoding-and-no-content-length.yml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
message: "**Request Size Limiting**: Fixed an issue where the body size doesn't get checked when the request body is buffered to a temporary file." | ||
type: bugfix | ||
scope: Plugin |
This file contains 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
This file contains 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