提交 9512bfd6 编写于 作者: M Maksim Kita

Fixed broken pipe exception handling

上级 cb5a93bc
......@@ -161,11 +161,10 @@ namespace
void readSuffix() override
{
rethrowExceptionDuringReadIfNeeded();
if (thread.joinable())
thread.join();
rethrowExceptionDuringReadIfNeeded();
stream->readSuffix();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册