From ddf53494f0ff726410ceb94950e5600fcd04dbd7 Mon Sep 17 00:00:00 2001 From: Thomas Steinbach Date: Tue, 8 Sep 2020 10:32:03 +0200 Subject: [PATCH] fixed typo in buffering.md docs --- docs/content/middlewares/buffering.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/middlewares/buffering.md b/docs/content/middlewares/buffering.md index ced3878d5..b67bef2cf 100644 --- a/docs/content/middlewares/buffering.md +++ b/docs/content/middlewares/buffering.md @@ -165,7 +165,7 @@ http: ### `maxResponseBodyBytes` -With the `maxReesponseBodyBytes` option, you can configure the maximum allowed response size from the service (in Bytes). +With the `maxResponseBodyBytes` option, you can configure the maximum allowed response size from the service (in Bytes). If the response exceeds the allowed size, it is not forwarded to the client. The client gets a `413 (Request Entity Too Large) response` instead.