Skip to content

Commit 095c659

Browse files
committed
fixed drop/publisher
1 parent f45c0d5 commit 095c659

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ngx_rtmp_control_module.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,11 +377,13 @@ ngx_rtmp_control_drop_session(ngx_http_request_t *r,
377377
if (!lctx->publishing) {
378378
return NGX_CONF_OK;
379379
}
380+
break;
380381

381382
case NGX_RTMP_CONTROL_DROP_SUBSCRIBER:
382383
if (lctx->publishing) {
383384
return NGX_CONF_OK;
384385
}
386+
break;
385387

386388
case NGX_RTMP_CONTROL_DROP_CLIENT:
387389
break;

0 commit comments

Comments
 (0)