diff --git a/core/master_utils.c b/core/master_utils.c index 59aea4b7..bbfb72e1 100644 --- a/core/master_utils.c +++ b/core/master_utils.c @@ -957,6 +957,9 @@ struct uwsgi_stats *uwsgi_master_generate_stats() { uc = uc->next; } + if (uwsgi_stats_list_close(us)) + goto end; + if (uwsgi_stats_comma(us)) goto end; }