Strip trailing whitespace.
This commit is contained in:
parent
a717cd92e6
commit
ab19dece74
1 changed files with 1 additions and 1 deletions
|
@ -850,7 +850,7 @@ size_t ana_network_manager::send_all( const config& cfg, bool /*zipped*/ )
|
|||
ana_send_handler handler( necessary_calls );
|
||||
|
||||
(*it)->server()->send_all( ana::buffer( output_string ), &handler); //, ana::ZERO_COPY);
|
||||
handler.wait_completion(); // the handler will release the mutex after
|
||||
handler.wait_completion(); // the handler will release the mutex after
|
||||
// necessary_calls calls
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue