input/curl: hold mutex while writing to postponed_error

This commit is contained in:
Max Kellermann
2014-06-17 00:52:12 +02:00
parent e1d5ddb478
commit 8b84e5b3f9
3 changed files with 16 additions and 3 deletions

View File

@@ -86,6 +86,8 @@ protected:
open = false;
}
void PostponeError(Error &&error);
bool IsBufferEmpty() const {
return buffer.IsEmpty();
}