From a4fc5fa48462fb6f9da9f1254706cd238bd62ab0 Mon Sep 17 00:00:00 2001 From: "data-plane-api(Azure Pipelines)" Date: Thu, 30 Jun 2022 15:01:06 +0000 Subject: [PATCH] Allow FileSystemBufferFilter to be bypassed without creating a thread (#21852) Signed-off-by: Raven Black Mirrored from https://github.com/envoyproxy/envoy @ 4b05b1e6052c5b62e5447a0696492fc1b7a4e828 --- .../http/file_system_buffer/v3/file_system_buffer.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/envoy/extensions/filters/http/file_system_buffer/v3/file_system_buffer.proto b/envoy/extensions/filters/http/file_system_buffer/v3/file_system_buffer.proto index 3e557935..48078b9e 100644 --- a/envoy/extensions/filters/http/file_system_buffer/v3/file_system_buffer.proto +++ b/envoy/extensions/filters/http/file_system_buffer/v3/file_system_buffer.proto @@ -110,7 +110,8 @@ message StreamConfig { message FileSystemBufferFilterConfig { // A configuration for an AsyncFileManager. // - // If unset in route, vhost and listener, an exception will be thrown. + // If unset in route, vhost and listener, and the behavior is not ``bypass`` + // in both directions, an Internal Server Error response will be sent. common.async_files.v3.AsyncFileManagerConfig manager_config = 1; // An optional path to which the unlinked files should be written - this may