Skip to content

Commit e95f4d9

Browse files
committed
[fix] removed an unused variable.
1 parent 4b8f008 commit e95f4d9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ngx_rtmp.c

-1
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,6 @@ ngx_rtmp_add_listening(ngx_conf_t *cf, ngx_rtmp_conf_addr_t *addr)
814814

815815
cscf = addr->default_server;
816816
ls->pool_size = cscf->connection_pool_size;
817-
ls->post_accept_timeout = 60000;
818817

819818
ls->logp = &cf->cycle->new_log;
820819
ls->log.data = &ls->addr_text;

0 commit comments

Comments
 (0)