From eec190334e03012e9dfc3ba83c106d8b3974b238 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Tue, 16 Mar 2021 16:48:45 +0300 Subject: =?UTF-8?q?=F0=9F=90=9B=20fix=20issue=20with=20strange=20messages?= =?UTF-8?q?=20in=20the=20http=20body=20when=20max=20request=20size=20reach?= =?UTF-8?q?ed.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Valery Piashchynski --- tests/plugins/static/configs/.rr-http-static-disabled.yaml | 1 - tests/plugins/static/configs/.rr-http-static-files-disable.yaml | 1 - tests/plugins/static/configs/.rr-http-static-files.yaml | 1 - 3 files changed, 3 deletions(-) (limited to 'tests/plugins/static') diff --git a/tests/plugins/static/configs/.rr-http-static-disabled.yaml b/tests/plugins/static/configs/.rr-http-static-disabled.yaml index 9f04b8a9..a85bc408 100644 --- a/tests/plugins/static/configs/.rr-http-static-disabled.yaml +++ b/tests/plugins/static/configs/.rr-http-static-disabled.yaml @@ -8,7 +8,6 @@ server: relay_timeout: "20s" http: - debug: true address: 127.0.0.1:21234 max_request_size: 1024 middleware: [ "gzip" ] diff --git a/tests/plugins/static/configs/.rr-http-static-files-disable.yaml b/tests/plugins/static/configs/.rr-http-static-files-disable.yaml index 3d4d50b9..6ba47c91 100644 --- a/tests/plugins/static/configs/.rr-http-static-files-disable.yaml +++ b/tests/plugins/static/configs/.rr-http-static-files-disable.yaml @@ -8,7 +8,6 @@ server: relay_timeout: "20s" http: - debug: true address: 127.0.0.1:45877 max_request_size: 1024 middleware: [ "gzip" ] diff --git a/tests/plugins/static/configs/.rr-http-static-files.yaml b/tests/plugins/static/configs/.rr-http-static-files.yaml index deb1f253..d6b3032e 100644 --- a/tests/plugins/static/configs/.rr-http-static-files.yaml +++ b/tests/plugins/static/configs/.rr-http-static-files.yaml @@ -8,7 +8,6 @@ server: relay_timeout: "20s" http: - debug: true address: 127.0.0.1:34653 max_request_size: 1024 middleware: [ "gzip", "static" ] -- cgit v1.2.3