forked from boostorg/beast
Always flush reporter output stream on log
This commit is contained in:
@@ -282,6 +282,7 @@ reporter<_>::
|
||||
on_log(std::string const& s)
|
||||
{
|
||||
os_ << s;
|
||||
os_.flush();
|
||||
}
|
||||
|
||||
} // detail
|
||||
|
Reference in New Issue
Block a user