Skip to content

Commit f98700d

Browse files
John BradleyLukeT
John Bradley
authored andcommitted
Fix missing commas in client list json
1 parent b26f7f3 commit f98700d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ngx_rtmp_stat_module.c

+3
Original file line numberDiff line numberDiff line change
@@ -1109,6 +1109,9 @@ ngx_rtmp_stat_play(ngx_http_request_t *r, ngx_chain_t ***lll,
11091109
"%D", s->current_time) - bbuf);
11101110

11111111
NGX_RTMP_STAT_L("}");
1112+
if (ctx->next) {
1113+
NGX_RTMP_STAT_L(",");
1114+
}
11121115
}
11131116
}
11141117
}

0 commit comments

Comments
 (0)