From 7686697853a6a42207b110184cbe8e745a81e95a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martti=20Rannanj=C3=A4rvi?= Date: Tue, 20 Dec 2016 13:40:17 +0200 Subject: [PATCH] stats: use o_stream_nsend in client-export --- src/stats/client-export.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stats/client-export.c b/src/stats/client-export.c index 2f72bd6679..3b9521190b 100644 --- a/src/stats/client-export.c +++ b/src/stats/client-export.c @@ -111,7 +111,7 @@ client_export_stats_headers(struct client *client) str_append(str, stats_field_name(i)); } str_append_c(str, '\n'); - o_stream_send(client->output, str_data(str), str_len(str)); + o_stream_nsend(client->output, str_data(str), str_len(str)); } static void -- 2.47.3