diff options
Diffstat (limited to 'src/input/AsyncInputStream.hxx')
-rw-r--r-- | src/input/AsyncInputStream.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/input/AsyncInputStream.hxx b/src/input/AsyncInputStream.hxx index a2945be81..c2055c17d 100644 --- a/src/input/AsyncInputStream.hxx +++ b/src/input/AsyncInputStream.hxx @@ -86,6 +86,8 @@ protected: open = false; } + void PostponeError(Error &&error); + bool IsBufferEmpty() const { return buffer.IsEmpty(); } |