Buffer¶
Buffer configuration overview.
filter.http.Buffer¶
{
  "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.