removed forcing keepalive=0

This commit is contained in:
Roman Arutyunyan 2013-04-03 21:50:54 +04:00
parent 9aa030f51c
commit 47f74f7968

View file

@ -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;