diff --git a/src/filter/Filter.hxx b/src/filter/Filter.hxx index 532308c71..1403b7a9c 100644 --- a/src/filter/Filter.hxx +++ b/src/filter/Filter.hxx @@ -66,6 +66,8 @@ public: /** * Flush pending data and return it. This should be called * repeatedly until it returns nullptr. + * + * Throws on error. */ virtual ConstBuffer Flush(); };