From 47f74f79688ca529efacd4cf5b545817e9414436 Mon Sep 17 00:00:00 2001 From: Roman Arutyunyan Date: Wed, 3 Apr 2013 21:50:54 +0400 Subject: [PATCH] removed forcing keepalive=0 --- ngx_rtmp_stat_module.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ngx_rtmp_stat_module.c b/ngx_rtmp_stat_module.c index 64e03c0..c90a2c3 100644 --- a/ngx_rtmp_stat_module.c +++ b/ngx_rtmp_stat_module.c @@ -519,7 +519,6 @@ ngx_rtmp_stat_handler(ngx_http_request_t *r) static u_char tbuf[NGX_TIME_T_LEN + 1]; static u_char nbuf[NGX_OFF_T_LEN + 1]; - r->keepalive = 0; slcf = ngx_http_get_module_loc_conf(r, ngx_rtmp_stat_module); if (slcf->stat == 0) { return NGX_DECLINED;