.. _envoy_api_file_envoy/config/filter/http/buffer/v2/buffer.proto: Buffer ====== Buffer :ref:`configuration overview `. .. _envoy_api_msg_config.filter.http.buffer.v2.Buffer: config.filter.http.buffer.v2.Buffer ----------------------------------- `[config.filter.http.buffer.v2.Buffer proto] `_ .. code-block:: json { "max_request_bytes": "{...}", "max_request_time": "{...}" } .. _envoy_api_field_config.filter.http.buffer.v2.Buffer.max_request_bytes: max_request_bytes (`UInt32Value `_) The maximum request size that the filter will buffer before the connection manager will stop buffering and return a 413 response. .. _envoy_api_field_config.filter.http.buffer.v2.Buffer.max_request_time: max_request_time (`Duration `_) The maximum number of seconds that the filter will wait for a complete request before returning a 408 response.