From 7a35372e30dca2a10c843219597bc4bc481fdda0 Mon Sep 17 00:00:00 2001 From: Roman Arutyunyan Date: Tue, 23 Sep 2014 23:39:09 +0400 Subject: [PATCH] enabled static relay cleanup to fix static_relay+auto_push combination --- ngx_rtmp_relay_module.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ngx_rtmp_relay_module.c b/ngx_rtmp_relay_module.c index 4713f18..b0f5fec 100644 --- a/ngx_rtmp_relay_module.c +++ b/ngx_rtmp_relay_module.c @@ -1335,7 +1335,6 @@ ngx_rtmp_relay_close(ngx_rtmp_session_t *s) if (s->static_relay) { ngx_add_timer(ctx->static_evt, racf->pull_reconnect); - return; } if (ctx->publish == NULL) {