.. _config_http_filters_buffer: Buffer ====== The buffer filter is used to stop filter iteration and wait for a fully buffered complete request. This is useful in different situations including protecting some applications from having to deal with partial requests and high network latency. * :ref:`v1 API reference ` * :ref:`v2 API reference ` Per-Route Configuration ----------------------- The buffer filter configuration can be overridden or disabled on a per-route basis by providing a :ref:`BufferPerRoute ` configuration on the virtual host, route, or weighted cluster. Statistics ---------- The buffer filter outputs statistics in the *http..buffer.* namespace. The :ref:`stat prefix ` comes from the owning HTTP connection manager. .. csv-table:: :header: Name, Type, Description :widths: 1, 1, 2 rq_timeout, Counter, Total requests that timed out waiting for a full request