Skip to content

Commit 47f74f7

Browse files
committed
removed forcing keepalive=0
1 parent 9aa030f commit 47f74f7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ngx_rtmp_stat_module.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,6 @@ ngx_rtmp_stat_handler(ngx_http_request_t *r)
519519
static u_char tbuf[NGX_TIME_T_LEN + 1];
520520
static u_char nbuf[NGX_OFF_T_LEN + 1];
521521

522-
r->keepalive = 0;
523522
slcf = ngx_http_get_module_loc_conf(r, ngx_rtmp_stat_module);
524523
if (slcf->stat == 0) {
525524
return NGX_DECLINED;

0 commit comments

Comments
 (0)