client: use temp buffer for client text output
authorJens Axboe <axboe@kernel.dk>
Fri, 7 Sep 2018 18:04:14 +0000 (12:04 -0600)
committerJens Axboe <axboe@kernel.dk>
Fri, 7 Sep 2018 18:04:14 +0000 (12:04 -0600)
commitfecea437a7272916e00228b99b74e05ee8e0c957
tree194682a3925c9aaffcaf2381ddff779e08f188e6
parenta41fc5291d25a02adfcca11915d41a645eaed502
client: use temp buffer for client text output

Don't split it into pieces, log it into a local buffer and then
flush it all at once.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
client.c