Commit 50225c0
committed
docs: Clarify max-body-size applies to requests and responses
Updated the max-body-size annotation description to clarify that it applies to:
- Incoming HTTP/gRPC requests to the Dapr sidecar
- Actor operation responses
- Binding component responses (added in v1.16.2)
This clarification helps users understand that the annotation controls
both request and response body sizes, not just incoming requests.
Fixes: dapr/components-contrib#4076
Related: dapr/dapr#9151
Signed-off-by: Junaid Khan <jukhan@cisco.com>1 parent 9f8bfb6 commit 50225c0
File tree
1 file changed
+1
-1
lines changed- daprdocs/content/en/reference
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments