Skip to content

Commit 56e8715

Browse files
committed
[dev] merge branch 'master' into vhost.
2 parents 9694335 + f6d0461 commit 56e8715

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ngx_http_flv_live_module.c

+4
Original file line numberDiff line numberDiff line change
@@ -2409,6 +2409,10 @@ ngx_http_flv_live_handler(ngx_http_request_t *r)
24092409
ngx_rtmp_session_t *s;
24102410
ngx_rtmp_connection_t *rconn;
24112411

2412+
if (ngx_exiting || ngx_terminate) {
2413+
return NGX_HTTP_CLOSE;
2414+
}
2415+
24122416
hfcf = ngx_http_get_module_loc_conf(r, ngx_http_flv_live_module);
24132417
if (!hfcf->flv_live) {
24142418
return NGX_DECLINED;

0 commit comments

Comments
 (0)