Skip to content

Commit 5f4c00a

Browse files
authored
Add hint on consuming memory for decompression
1 parent cb12c34 commit 5f4c00a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

website/content/middleware/decompress.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ description = "Decompress middleware for Echo"
77
+++
88

99
Decompress middleware decompresses HTTP request if Content-Encoding header is set to gzip.
10+
*Please note: The body will be decompressed in memory and consume it for the lifetime of the request (and garbage collection).
1011

1112
*Usage*
1213

0 commit comments

Comments
 (0)