Buffer¶
Buffer configuration overview.
config.filter.http.buffer.v2.Buffer¶
[config.filter.http.buffer.v2.Buffer proto]
{
"max_request_bytes": "{...}",
"max_request_time": "{...}"
}
- 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.
- max_request_time
- (Duration) The maximum number of seconds that the filter will wait for a complete request before returning a 408 response. deprecated in favor of http connection manager of :ref:request timeouts <envoy_api_field_config.filter.network.http_connection_manager.v2.HttpConnectionManager.request_timeout>
config.filter.http.buffer.v2.BufferPerRoute¶
[config.filter.http.buffer.v2.BufferPerRoute proto]
{
"disabled": "...",
"buffer": "{...}"
}
- disabled
(bool) Disable the buffer filter for this particular vhost or route.
- buffer
(config.filter.http.buffer.v2.Buffer) Override the global configuration of the filter with this new config.